Home
last modified time | relevance | path

Searched refs:LookupParsedName (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/Sema/
DSemaAttr.cpp335 LookupParsedName(Lookup, curScope, nullptr, true); in ActOnPragmaUnused()
DSemaLookup.cpp2224 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema
4296 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
DSemaOpenMP.cpp1155 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression()
8909 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
11496 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPDeclareTargetName()
DSemaTemplate.cpp3159 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument()
7804 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
DSemaDeclCXX.cpp2915 LookupParsedName(R, S, &SS); in BuildMemInitializer()
7726 LookupParsedName(R, S, &SS); in ActOnUsingDirective()
8903 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
DSemaDecl.cpp715 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag()
752 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag()
788 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
DSemaExprCXX.cpp7104 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
DSemaExpr.cpp2176 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp585 LookupParsedName(Lookup, curScope, nullptr, true); in ActOnPragmaUnused()
DSemaLookup.cpp2406 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema
4610 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
DSemaOpenMP.cpp2779 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression()
5905 LookupParsedName(Lookup, S, &D.getCXXScopeSpec()); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
14688 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
17415 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef()
18608 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in lookupOpenMPDeclareTargetName()
DSemaTemplate.cpp4975 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument()
10015 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
DSemaDeclCXX.cpp4202 LookupParsedName(R, S, &SS); in BuildMemInitializer()
11400 LookupParsedName(R, S, &SS); in ActOnUsingDirective()
12673 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
DSemaDecl.cpp795 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag()
832 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag()
874 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
DSemaExprCXX.cpp8456 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
DSemaExpr.cpp2500 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
/external/clang/lib/Parse/
DParseDecl.cpp2342 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp2601 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
/external/clang/include/clang/Sema/
DSema.h2854 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,
/external/llvm-project/clang/include/clang/Sema/
DSema.h3959 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,