Home
last modified time | relevance | path

Searched refs:LookupName (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp53 S.LookupName(R, S.TUScope); in LookupNamespace()
80 S.LookupName(R, S.TUScope); in LookupNamed()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp371 LookupName(Found, S); in FindFirstQualifierInScope()
476 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
484 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
515 LookupName(R, S); in BuildCXXNestedNameSpecifier()
601 LookupName(FoundOuter, S); in BuildCXXNestedNameSpecifier()
706 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
H A DSemaAPINotes.cpp877 std::string LookupName = Tag->getName().str(); in ProcessAPINotes() local
885 LookupName.empty() && Tag->getOuterLocStart().isMacroID() in ProcessAPINotes()
892 if (LookupName.empty() && isa<clang::EnumDecl>(Tag) && in ProcessAPINotes()
897 LookupName = clang::QualType::getAsString( in ProcessAPINotes()
902 auto Info = Reader->lookupTag(LookupName, APINotesContext); in ProcessAPINotes()
H A DSemaLookup.cpp710 S.LookupName(Result, S.TUScope); in getOpenCLEnumType()
723 S.LookupName(Result, S.TUScope); in getOpenCLTypedefType()
985 Sema.LookupName(Result, S); in LookupPredefedObjCSuperType()
2175 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation, in LookupName() function in Sema
2715 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
3271 LookupName(R, S); in LookupSingleName()
3285 LookupName(Operators, S); in LookupOverloadedOperatorName()
3600 LookupName(R, S); in LookupLiteralOperator()
5748 LookupName(R, S); in ActOnPragmaDump()
H A DHLSLExternalSemaSource.cpp137 S.LookupName(R, S.getCurScope()); in lookupBuiltinFunction()
H A DSemaExprObjC.cpp2309 SemaRef.LookupName(Result, S); in getObjCMessageKind()
3755 return SemaRef.LookupName(R, SemaRef.TUScope, false); in isKnownName()
4029 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeNSCast()
4093 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeCFCast()
4251 if (!SemaRef.LookupName(R, SemaRef.TUScope)) { in checkObjCBridgeRelatedComponents()
5145 if (SemaRef.LookupName(Result, SemaRef.getCurScope()) && in ActOnObjCBoolLiteral()
H A DSemaStmtAsm.cpp838 if (LookupName(BaseResult, getCurScope()) && BaseResult.isSingleResult()) in LookupInlineAsmField()
H A DSemaTemplateVariadic.cpp1025 LookupName(R, S); in ActOnSizeofParameterPackExpr()
H A DSemaDecl.cpp378 LookupName(Result, S); in getTypeName()
382 LookupName(Result, S); in getTypeName()
642 LookupName(R, S, false); in isTagName()
5266 if (!SemaRef.LookupName(R, S)) return false; in CheckAnonMemberRedeclaration()
6319 LookupName(Previous, S, CreateBuiltins); in HandleDeclarator()
8325 LookupName(R, S); in CheckShadow()
8963 SemaRef.LookupName(Prev, S); in DiagnoseInvalidRedeclaration()
14951 LookupName(R, S); in ActOnParamDeclarator()
17252 LookupName(Previous, S); in ActOnTag()
17426 LookupName(Previous, S); in ActOnTag()
[all …]
H A DSemaAttr.cpp841 LookupName(Lookup, curScope, /*AllowBuiltinCreation=*/true); in ActOnPragmaUnused()
H A DSemaTemplate.cpp467 LookupName(Found, S); in LookupTemplateName()
580 LookupName(FoundOuter, S); in LookupTemplateName()
1873 LookupName(Previous, S); in CheckClassTemplate()
8500 LookupName(Previous, S); in ActOnConceptDefinition()
10493 LookupName(Result, CurScope); in CheckTypenameType()
H A DSemaDeclCXX.cpp883 LookupName(Previous, S, in ActOnDecompositionDeclarator()
12734 LookupName(Previous, S); in BuildUsingDeclaration()
12979 LookupName(Previous, S); in BuildUsingEnumDeclaration()
13011 LookupName(Previous, S); in BuildUsingEnumDeclaration()
13395 LookupName(Previous, S); in ActOnAliasDeclaration()
13545 LookupName(PrevR, S); in ActOnNamespaceAliasDef()
14482 S.LookupName(R, S.TUScope, true); in buildMemcpyForAssignmentOp()
17692 LookupName(Previous, S, /*AllowBuiltinCreation*/false); in ActOnFriendFunctionDecl()
18984 LookupName(Previous, S); in HandleMSProperty()
H A DSemaCoroutine.cpp816 LookupName(Operators, S); in BuildOperatorCoawaitLookupExpr()
H A DSemaLambda.cpp1236 LookupName(R, CurScope); in ActOnLambdaExpressionAfterIntroducer()
H A DSemaObjC.cpp2014 if (!SemaRef.LookupName(Result, SemaRef.TUScope) || in handleNSErrorDomain()
H A DSemaType.cpp3468 if (S.LookupName(Result, S.getCurScope())) in warnAboutAmbiguousFunction()
3588 if (!S.LookupName(Result, S.getCurScope())) in warnAboutRedundantParens()
H A DSemaChecking.cpp4434 LookupName(Res, TUScope, /*AllowBuiltinCreation=*/true); in BuiltinAtomicOverloaded()
7397 if (S.LookupName(Result, S.getCurScope())) { in checkFormatExpr()
8164 S.LookupName(R, S.getCurScope()); in emitReplacement()
H A DSemaOpenMP.cpp7404 if (SemaRef.LookupName(Result, SemaRef.getCurScope())) { in checkOpenMPDeclareVariantFunction()
16705 if (SemaRef.LookupName(Result, SemaRef.getCurScope())) { in isValidInteropVariable()
21342 SemaRef.LookupName(Lookup, S); in ActOnOpenMPDeclareReductionDirectiveStart()
21598 SemaRef.LookupName(Lookup, S); in ActOnOpenMPDeclareMapperDirective()
23566 SemaRef.LookupName(Previous, S); in ActOnOMPIteratorExpr()
H A DSemaDeclObjC.cpp4791 SemaRef.LookupName(R, S); in ActOnMethodDeclaration()
H A DSemaDeclAttr.cpp1625 if (S.LookupName(LR, S.TUScope)) { in markUsedForAliasOrIfunc()
H A DSemaExprCXX.cpp296 LookupName(Found, S); in getDestructorName()
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h168 llvm::Expected<ASTUnit *> loadExternalAST(StringRef LookupName,
218 StringRef LookupName);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp87 sema.LookupName(*lookup_result, scopes.back()); in emulateLookupInCtxt()
H A DClangModulesDeclVendor.cpp447 m_compiler_instance->getSema().LookupName( in FindDecls()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3100 if (Actions.LookupName(R, getCurScope())) { in ParseImplicitInt()

12