Searched refs:LookupParsedName (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 136 S.LookupParsedName(R, S.getCurScope(), &SS, false); in lookupBuiltinFunction()
|
H A D | SemaAttr.cpp | 830 LookupParsedName(Lookup, curScope, nullptr, true); in ActOnPragmaUnused()
|
H A D | SemaLookup.cpp | 2715 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema 4996 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
|
H A D | SemaTemplate.cpp | 5188 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument() 10365 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
|
H A D | SemaOpenMP.cpp | 3031 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression() 7154 LookupParsedName(Lookup, S, &D.getCXXScopeSpec()); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() 18788 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef() 21563 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef() 22865 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in lookupOpenMPDeclareTargetName()
|
H A D | SemaDeclCXX.cpp | 4308 LookupParsedName(R, S, &SS); in BuildMemInitializer() 11764 LookupParsedName(R, S, &SS); in ActOnUsingDirective() 13222 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
|
H A D | SemaDecl.cpp | 855 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag() 892 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag() 919 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
|
H A D | SemaExprCXX.cpp | 8888 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
|
H A D | SemaExpr.cpp | 2564 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 2764 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 4459 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,
|