Home
last modified time | relevance | path

Searched refs:TranslationUnit (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DMutations.h25 const syntax::TranslationUnit &TU);
H A DBuildTree.h25 syntax::TranslationUnit *
H A DNodes.td20 def TranslationUnit : Unconstrained {
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp75 case syntax::NodeKind::TranslationUnit: in allocateTree()
76 return new (A.getAllocator()) syntax::TranslationUnit; in allocateTree()
H A DComputeReplacements.cpp94 const syntax::TranslationUnit &TU) { in computeReplacements()
H A DBuildTree.cpp434 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 DDocumentation.h39 CXTranslationUnit TranslationUnit; member
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h199 TranslationUnit = 1, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp309 case Decl::TranslationUnit: in getDefinitiveDeclContext()
368 case Decl::TranslationUnit: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp976 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 DDecl.cpp104 : 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 DDeclNodes.td13 def TranslationUnit : DeclNode<Decl>, DeclContext;
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp526 case Decl::TranslationUnit: in emitDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2185 return getDeclKind() == Decl::TranslationUnit ||
2190 return getDeclKind() == Decl::TranslationUnit;
H A DDecl.h149 static bool classofKind(Kind K) { return K == TranslationUnit; } in classofKind()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp210 case CompilerContextKind::TranslationUnit: in Dump()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1217 return D->getKind() == Decl::TranslationUnit; in matchesAnyAncestorOf()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8279 …E", "clang::AnalysisContextManager::getContext(clang::Decl const*, clang::idx::TranslationUnit*)"},
8533 …8IndexASTEPNS0_15TranslationUnitE", "clang::idx::Indexer::IndexAST(clang::idx::TranslationUnit*)"},
8548TranslationUnit*, 4u>, std::less<clang::idx::GlobalSelector>, std::allocator<std::pair<clang::idx:…
8549TranslationUnit*, 4u>>, std::_Select1st<std::pair<clang::idx::GlobalSelector const, llvm::SmallPtr…
8550TranslationUnit*, 4u>>, std::_Select1st<std::pair<clang::idx::GlobalSelector const, llvm::SmallPtr…
8551TranslationUnit*, llvm::DenseMapInfo<clang::ASTContext*>, llvm::DenseMapInfo<clang::idx::Translati…
8552 …STContext*, clang::idx::TranslationUnit*, llvm::DenseMapInfo<clang::ASTContext*>, llvm::DenseMapIn…
8553TranslationUnit*, 4u>>, std::_Select1st<std::pair<clang::idx::Entity const, llvm::SmallPtrSet<clan…
8554TranslationUnit*>>, std::_Select1st<std::pair<clang::idx::Entity const, std::pair<clang::FunctionD…
8555TranslationUnit*, 4u>>, std::_Select1st<std::pair<clang::idx::GlobalSelector const, llvm::SmallPtr…
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp55 case Decl::TranslationUnit: in EmitDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9111 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 DSemaCodeComplete.cpp4306 case Decl::TranslationUnit: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp12344 case Decl::TranslationUnit: in IsUsingDirectiveInToplevelContext()