Searched refs:getTranslationUnitDecl (Results 26 - 50 of 75) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp465 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp487 TranslationUnitDecl *TU = C.getTranslationUnitDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp638 LookupQualifiedName(R, Context.getTranslationUnitDecl());
2423 S.LookupQualifiedName(R, S.Context.getTranslationUnitDecl());
2559 LookupQualifiedName(R, Context.getTranslationUnitDecl());
2620 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl());
2907 DeclContext *GlobalCtx = Context.getTranslationUnitDecl();
2976 Context.getTranslationUnitDecl()->addDecl(Alloc);
2997 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl());
3590 S.LookupQualifiedName(R, S.Context.getTranslationUnitDecl());
5139 Sema::ContextRAII TUContext(S, S.Context.getTranslationUnitDecl());
5348 Sema::ContextRAII TUContext(Self, Self.Context.getTranslationUnitDecl());
[all...]
H A DSemaLookup.cpp809 DeclContext *Parent = Context.getTranslationUnitDecl();
2893 Result.Namespaces.insert(Result.S.Context.getTranslationUnitDecl());
3680 Visited.visitedContext(SemaRef.getASTContext().getTranslationUnitDecl());
3690 Visited.visitedContext(SemaRef.getASTContext().getTranslationUnitDecl());
3950 Entity = Result.getSema().Context.getTranslationUnitDecl();
4432 SpecifierInfo SI = {cast<DeclContext>(Context.getTranslationUnitDecl()),
H A DSemaPseudoObject.cpp1188 S.Context.getTranslationUnitDecl(), true /*Instance*/,
1294 ReturnType, ReturnTInfo, S.Context.getTranslationUnitDecl(),
H A DSemaCXXScopeSpec.cpp158 return Context.getTranslationUnitDecl();
H A DSemaCodeComplete.cpp5977 Ctx = Context.getTranslationUnitDecl();
7673 AddProtocolResults(Context.getTranslationUnitDecl(), CurContext, false,
7692 AddProtocolResults(Context.getTranslationUnitDecl(), CurContext, true,
7729 AddInterfaceResults(Context.getTranslationUnitDecl(), CurContext, false,
7754 AddInterfaceResults(Context.getTranslationUnitDecl(), CurContext, false,
7772 AddInterfaceResults(Context.getTranslationUnitDecl(), CurContext, false,
7804 TranslationUnitDecl *TU = Context.getTranslationUnitDecl();
9380 Context.getTranslationUnitDecl());
9381 LookupVisibleDecls(Context.getTranslationUnitDecl(), LookupAnyName,
H A DSemaExprObjC.cpp132 Context.getTranslationUnitDecl(),
228 TranslationUnitDecl *TU = Context.getTranslationUnitDecl();
814 Context.getTranslationUnitDecl(), false /*Instance*/,
975 nullptr /*TypeSourceInfo */, Context.getTranslationUnitDecl(),
H A DSemaLambda.cpp1372 S.Context.getTranslationUnitDecl(), From->getBeginLoc(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h234 return getASTContext().getTranslationUnitDecl();
271 decl_context = ast.getTranslationUnitDecl();
H A DTypeSystemClang.cpp687 ast.getTranslationUnitDecl()->setHasExternalLexicalStorage(true);
1287 decl_ctx = ast.getTranslationUnitDecl();
1370 ast.getTranslationUnitDecl(); // Is this the right decl context?,
1470 decl_ctx = ast.getTranslationUnitDecl();
1530 auto *decl_ctx = ast.getTranslationUnitDecl();
1702 decl_ctx = ast.getTranslationUnitDecl();
1749 TranslationUnitDecl *translation_unit_decl = ast.getTranslationUnitDecl();
1842 auto *translation_unit = getASTContext().getTranslationUnitDecl();
2004 decl_ctx = ast.getTranslationUnitDecl();
4393 decl_ctx = ast->getASTContext().getTranslationUnitDecl();
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1957 C, C.getTranslationUnitDecl(), SourceLocation(), SourceLocation(), II,
2151 C, C.getTranslationUnitDecl(), SourceLocation(), SourceLocation(), II,
2405 Context, Context.getTranslationUnitDecl(), SourceLocation(),
2480 Context, Context.getTranslationUnitDecl(), SourceLocation(),
2880 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl();
H A DCGCUDANV.cpp280 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl();
H A DCGNonTrivialStruct.cpp477 Ctx, Ctx.getTranslationUnitDecl(), SourceLocation(), SourceLocation(),
H A DCGObjC.cpp3564 C, C.getTranslationUnitDecl(), SourceLocation(), SourceLocation(), II,
3648 C, C.getTranslationUnitDecl(), SourceLocation(), SourceLocation(), II,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp983 if (Importer.GetFromTU(Found) != From->getTranslationUnitDecl())
999 return Importer.GetFromTU(Found) == From->getTranslationUnitDecl();
2211 Importer.getToContext().getTranslationUnitDecl();
3098 while (DCi != D->getTranslationUnitDecl()) {
3987 DeclContext *DC = Importer.getToContext().getTranslationUnitDecl();
4030 DeclContext *DC = Importer.getToContext().getTranslationUnitDecl();
5154 Importer.getToContext().getTranslationUnitDecl(),
5209 Importer.getToContext().getTranslationUnitDecl(),
5238 Importer.getToContext().getTranslationUnitDecl(), *LocationOrErr,
7921 ImportedDecls[FromContext.getTranslationUnitDecl()]
[all...]
H A DDeclBase.cpp399 TranslationUnitDecl *Decl::getTranslationUnitDecl() { function in class:Decl
415 return getTranslationUnitDecl()->getASTContext();
H A DASTContext.cpp784 getTranslationUnitDecl(), SourceLocation(), SourceLocation(),
822 Param = NonTypeTemplateParmDecl::Create(*this, getTranslationUnitDecl(),
832 Param = NonTypeTemplateParmDecl::Create(*this, getTranslationUnitDecl(),
860 = TemplateTemplateParmDecl::Create(*this, getTranslationUnitDecl(),
1180 ExternCContext = ExternCContextDecl::Create(*this, getTranslationUnitDecl());
1216 NewDecl = CXXRecordDecl::Create(*this, TK, getTranslationUnitDecl(), Loc,
1219 NewDecl = RecordDecl::Create(*this, TK, getTranslationUnitDecl(), Loc, Loc,
1231 const_cast<ASTContext &>(*this), getTranslationUnitDecl(),
7762 = ObjCInterfaceDecl::Create(*this, getTranslationUnitDecl(),
7806 Context->getTranslationUnitDecl(),
[all...]
H A DItaniumMangle.cpp73 return VD->getASTContext().getTranslationUnitDecl();
77 return FD->getASTContext().getTranslationUnitDecl();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp94 m_ast_context->getTranslationUnitDecl()->setHasExternalVisibleStorage();
95 m_ast_context->getTranslationUnitDecl()->setHasExternalLexicalStorage();
H A DClangModulesDeclVendor.cpp406 m_compiler_instance->getASTContext().getTranslationUnitDecl()));
H A DClangExpressionDeclMap.cpp1929 *m_ast_context, m_ast_context->getTranslationUnitDecl(), SourceLocation(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp732 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II);
845 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1642 Actions, Actions.Context.getTranslationUnitDecl());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp972 this, AST.getTranslationUnitDecl(), AST)) {}

Completed in 337 milliseconds

123