Searched refs:LookupName (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp162 StringRef LookupName = LineRef.substr(0, Delimiter); local
171 Result.try_emplace(LookupName, FilePath.begin(), FilePath.end());
231 StringRef LookupName) {
236 if (const auto *ND = findDefInDeclContext<T>(SubDC, LookupName))
244 if (!ResultLookupName || *ResultLookupName != LookupName)
259 const llvm::Optional<std::string> LookupName = getLookupName(D); local
260 if (!LookupName)
264 loadExternalAST(*LookupName, CrossTUDir, IndexName, DisplayCTUProgress);
320 if (const T *ResultDecl = findDefInDeclContext<T>(TU, *LookupName))
484 StringRef LookupName, StringRe
230 findDefInDeclContext(const DeclContext *DC, StringRef LookupName) argument
483 loadExternalAST( StringRef LookupName, StringRef CrossTUDir, StringRef IndexName, bool DisplayCTUProgress) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h164 llvm::Expected<ASTUnit *> loadExternalAST(StringRef LookupName,
209 StringRef LookupName);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp370 LookupName(Found, S);
421 LookupName(Found, S);
551 LookupName(Found, S);
559 LookupName(Found, S);
590 LookupName(R, S);
676 LookupName(FoundOuter, S);
777 LookupName(Found, S);
H A DSemaLookup.cpp1854 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) {
2387 /// unqualified name lookup (with LookupQualifiedName or LookupName,
2432 return LookupName(R, S, AllowBuiltinCreation);
2969 LookupName(R, S);
2993 LookupName(Operators, S);
3324 LookupName(R, S);
5419 LookupName(R, S);
H A DSemaCoroutine.cpp260 SemaRef.LookupName(Operators, S);
298 S.LookupName(R, S.TUScope, /*AllowBuiltinCreation=*/true);
H A DSemaStmtAsm.cpp805 if (LookupName(BaseResult, getCurScope()) && BaseResult.isSingleResult())
H A DSemaTemplateVariadic.cpp989 LookupName(R, S);
H A DSemaExprObjC.cpp2287 LookupName(Result, S);
3736 return LookupName(R, TUScope, false);
4012 if (S.LookupName(R, S.TUScope)) {
4078 if (S.LookupName(R, S.TUScope)) {
4239 if (!LookupName(R, TUScope)) {
H A DSemaDecl.cpp358 LookupName(Result, S);
362 LookupName(Result, S);
614 LookupName(R, S, false);
2034 ThisSema.LookupName(Result, S);
4816 if (!SemaRef.LookupName(R, S)) return false;
5795 LookupName(Previous, S, CreateBuiltins);
7637 LookupName(R, S);
8213 SemaRef.LookupName(Prev, S);
13432 LookupName(R, S);
15465 LookupName(Previou
[all...]
H A DSemaLambda.cpp1149 LookupName(R, CurScope);
H A DSemaTemplate.cpp460 LookupName(Found, S);
574 LookupName(FoundOuter, S);
1647 LookupName(Previous, S);
8479 LookupName(Previous, S);
10414 LookupName(Result, CurScope);
H A DSemaDeclCXX.cpp837 LookupName(Previous, S,
11916 LookupName(Previous, S);
12492 LookupName(Previous, S);
12640 LookupName(PrevR, S);
13557 S.LookupName(R, S.TUScope, true);
16426 LookupName(Previous, S, /*AllowBuiltinCreation*/false);
17700 LookupName(Previous, S);
H A DSemaChecking.cpp5303 LookupName(Res, TUScope, /*AllowBuiltinCreation=*/true);
8386 if (S.LookupName(Result, S.getCurScope())) {
9117 S.LookupName(R, S.getCurScope());
H A DSemaType.cpp3561 if (S.LookupName(Result, S.getCurScope()))
3681 if (!S.LookupName(Result, S.getCurScope()))
H A DSemaDeclObjC.cpp4699 LookupName(R, S);
H A DSemaExprCXX.cpp288 LookupName(Found, S);
H A DSemaExpr.cpp5131 LookupName(Previous, S);
19144 if (LookupName(Result, getCurScope()) && Result.isSingleResult()) {
H A DSemaOpenMP.cpp17724 LookupName(Lookup, S);
17976 LookupName(Lookup, S);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp80 sema.LookupName(*lookup_result, scopes.back());
H A DClangModulesDeclVendor.cpp403 m_compiler_instance->getSema().LookupName(
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3607 /// points are LookupName, which performs unqualified name lookup,
3800 bool LookupName(LookupResult &R, Scope *S,

Completed in 693 milliseconds