Searched refs:LookupParsedName (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaAttr.cpp | 704 LookupParsedName(Lookup, curScope, nullptr, true); in ActOnPragmaUnused()
|
| D | SemaLookup.cpp | 2448 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema 4669 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
|
| D | SemaOpenMP.cpp | 2795 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression() 6654 LookupParsedName(Lookup, S, &D.getCXXScopeSpec()); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() 16434 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef() 19195 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef() 20425 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in lookupOpenMPDeclareTargetName()
|
| D | SemaTemplate.cpp | 4998 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument() 10009 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
|
| D | SemaDeclCXX.cpp | 4223 LookupParsedName(R, S, &SS); in BuildMemInitializer() 11466 LookupParsedName(R, S, &SS); in ActOnUsingDirective() 12913 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
|
| D | SemaDecl.cpp | 801 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag() 838 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag() 880 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
|
| D | SemaExprCXX.cpp | 8609 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
|
| D | SemaExpr.cpp | 2507 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseDecl.cpp | 2655 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 4123 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,
|