Searched refs:TranslationUnit (Results 26 - 31 of 31) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp104 : Decl(TranslationUnit, nullptr, SourceLocation()),
105 DeclContext(TranslationUnit), Ctx(ctx) {}
305 while (DC->getDeclKind() != Decl::TranslationUnit) {
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4327 impl->TranslationUnit = CTUnit;
4335 CXTranslationUnit CTUnit = TargetInfo->TranslationUnit;
4349 CXTranslationUnit CTUnit = TargetInfo->TranslationUnit;
5444 return cxstring::createRef("TranslationUnit");
6474 case Decl::TranslationUnit:
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h103 static bool classofKind(Kind K) { return K == TranslationUnit; }
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp50 case Decl::TranslationUnit:
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3910 case Decl::TranslationUnit:
H A DSemaDeclCXX.cpp11383 case Decl::TranslationUnit:

Completed in 528 milliseconds

12