| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Mutations.h | 25 const syntax::TranslationUnit &TU);
|
| H A D | BuildTree.h | 25 syntax::TranslationUnit *
|
| H A D | Nodes.td | 20 def TranslationUnit : Unconstrained {
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Synthesis.cpp | 75 case syntax::NodeKind::TranslationUnit: in allocateTree() 76 return new (A.getAllocator()) syntax::TranslationUnit; in allocateTree()
|
| H A D | ComputeReplacements.cpp | 94 const syntax::TranslationUnit &TU) { in computeReplacements()
|
| H A D | BuildTree.cpp | 434 syntax::TranslationUnit *finalize() && { in finalize() 441 new (Arena.getAllocator()) syntax::TranslationUnit); in finalize() 443 auto *TU = cast<syntax::TranslationUnit>(std::move(Pending).finalize()); in finalize() 1746 syntax::TranslationUnit *syntax::buildSyntaxTree(Arena &A, in buildSyntaxTree()
|
| /freebsd/contrib/llvm-project/clang/include/clang-c/ |
| H A D | Documentation.h | 39 CXTranslationUnit TranslationUnit; member
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 199 TranslationUnit = 1, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 309 case Decl::TranslationUnit: in getDefinitiveDeclContext() 368 case Decl::TranslationUnit: in isRedeclarableDeclKind()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 976 case TranslationUnit: in getIdentifierNamespaceForKind() 1406 while (DC->getDeclKind() != Decl::TranslationUnit) { in isLinkageSpecContext() 1420 while (DC->getDeclKind() != Decl::TranslationUnit) { in getExternCContext() 1488 case Decl::TranslationUnit: in getPrimaryContext() 1557 if (Kind == Decl::TranslationUnit) in collectAllContexts()
|
| H A D | Decl.cpp | 104 : Decl(TranslationUnit, nullptr, SourceLocation()), in TranslationUnitDecl() 105 DeclContext(TranslationUnit), redeclarable_base(ctx), Ctx(ctx) {} in TranslationUnitDecl() 305 while (DC->getDeclKind() != Decl::TranslationUnit) { in getOutermostFuncOrBlockContext()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 13 def TranslationUnit : DeclNode<Decl>, DeclContext;
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 526 case Decl::TranslationUnit: in emitDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 2185 return getDeclKind() == Decl::TranslationUnit || 2190 return getDeclKind() == Decl::TranslationUnit;
|
| H A D | Decl.h | 149 static bool classofKind(Kind K) { return K == TranslationUnit; } in classofKind()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 210 case CompilerContextKind::TranslationUnit: in Dump()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1217 return D->getKind() == Decl::TranslationUnit; in matchesAnyAncestorOf()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8279 …E", "clang::AnalysisContextManager::getContext(clang::Decl const*, clang::idx::TranslationUnit*)"}, 8533 …8IndexASTEPNS0_15TranslationUnitE", "clang::idx::Indexer::IndexAST(clang::idx::TranslationUnit*)"}, 8548 …TranslationUnit*, 4u>, std::less<clang::idx::GlobalSelector>, std::allocator<std::pair<clang::idx:… 8549 …TranslationUnit*, 4u>>, std::_Select1st<std::pair<clang::idx::GlobalSelector const, llvm::SmallPtr… 8550 …TranslationUnit*, 4u>>, std::_Select1st<std::pair<clang::idx::GlobalSelector const, llvm::SmallPtr… 8551 …TranslationUnit*, llvm::DenseMapInfo<clang::ASTContext*>, llvm::DenseMapInfo<clang::idx::Translati… 8552 …STContext*, clang::idx::TranslationUnit*, llvm::DenseMapInfo<clang::ASTContext*>, llvm::DenseMapIn… 8553 …TranslationUnit*, 4u>>, std::_Select1st<std::pair<clang::idx::Entity const, llvm::SmallPtrSet<clan… 8554 …TranslationUnit*>>, std::_Select1st<std::pair<clang::idx::Entity const, std::pair<clang::FunctionD… 8555 …TranslationUnit*, 4u>>, std::_Select1st<std::pair<clang::idx::GlobalSelector const, llvm::SmallPtr… [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 55 case Decl::TranslationUnit: in EmitDecl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9111 case Decl::TranslationUnit: in GetCompilerKind() 9112 return CompilerContextKind::TranslationUnit; in GetCompilerKind() 9141 if (clang_kind == Decl::TranslationUnit) in InsertCompilerContext()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4306 case Decl::TranslationUnit: in getCursorKindForDecl()
|
| H A D | SemaDeclCXX.cpp | 12344 case Decl::TranslationUnit: in IsUsingDirectiveInToplevelContext()
|