| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 191 TranslationUnit = 1, enumerator
|
| /freebsd-14.2/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 | 440 syntax::TranslationUnit *finalize() && { in finalize() 447 new (Arena.getAllocator()) syntax::TranslationUnit); in finalize() 449 auto *TU = cast<syntax::TranslationUnit>(std::move(Pending).finalize()); in finalize() 1753 syntax::TranslationUnit *syntax::buildSyntaxTree(Arena &A, in buildSyntaxTree()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 296 case Decl::TranslationUnit: in getDefinitiveDeclContext() 354 case Decl::TranslationUnit: in isRedeclarableDeclKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang-c/ |
| H A D | Documentation.h | 39 CXTranslationUnit TranslationUnit; member
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 926 case TranslationUnit: in getIdentifierNamespaceForKind() 1308 while (DC->getDeclKind() != Decl::TranslationUnit) { in isLinkageSpecContext() 1322 while (DC->getDeclKind() != Decl::TranslationUnit) { in getExternCContext() 1377 case Decl::TranslationUnit: in getPrimaryContext() 1446 if (Kind == Decl::TranslationUnit) in collectAllContexts()
|
| H A D | Decl.cpp | 105 : Decl(TranslationUnit, nullptr, SourceLocation()), in TranslationUnitDecl() 106 DeclContext(TranslationUnit), redeclarable_base(ctx), Ctx(ctx) {} in TranslationUnitDecl() 306 while (DC->getDeclKind() != Decl::TranslationUnit) { in getOutermostFuncOrBlockContext()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 13 def TranslationUnit : DeclNode<Decl>, DeclContext;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 2147 return getDeclKind() == Decl::TranslationUnit || 2152 return getDeclKind() == Decl::TranslationUnit;
|
| H A D | Decl.h | 129 static bool classofKind(Kind K) { return K == TranslationUnit; } in classofKind()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 197 case CompilerContextKind::TranslationUnit: in Dump()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 200 if (Context->getDeclKind() == Decl::TranslationUnit) in determineParentRecord()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1215 return D->getKind() == Decl::TranslationUnit; in matchesAnyAncestorOf()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 51 case Decl::TranslationUnit: in EmitDecl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9000 case Decl::TranslationUnit: in GetCompilerKind() 9001 return CompilerContextKind::TranslationUnit; in GetCompilerKind() 9032 if (clang_kind == Decl::TranslationUnit) in InsertCompilerContext()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4138 case Decl::TranslationUnit: in getCursorKindForDecl()
|
| H A D | SemaDeclCXX.cpp | 12100 case Decl::TranslationUnit: in IsUsingDirectiveInToplevelContext()
|