Home
last modified time | relevance | path

Searched refs:LookupParsedName (Results 1 – 10 of 10) 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/clang/lib/Parse/
DParseDecl.cpp2342 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
/external/clang/include/clang/Sema/
DSema.h2854 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,