Home
last modified time | relevance | path

Searched refs:TU_Complete (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DASTUnitTest.cpp59 0, TU_Complete, false, false, isVolatile); in createASTUnit()
148 TU_Complete, false, false, false); in TEST_F()
171 CaptureDiagsKind::All, None, true, 0, TU_Complete, false, false, false, in TEST_F()
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp64 Clang.createPreprocessor(TU_Complete); in createMissingComponents()
70 Clang.createSema(TU_Complete, /*CodeCompleteConsumer=*/nullptr); in createMissingComponents()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParseAST.h40 TranslationUnitKind TUKind = TU_Complete,
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h156 TranslationUnitKind TUKind = TU_Complete;
786 TranslationUnitKind TUKind = TU_Complete,
829 TranslationUnitKind TUKind = TU_Complete,
H A DFrontendAction.h188 virtual TranslationUnitKind getTranslationUnitKind() { return TU_Complete; } in getTranslationUnitKind()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTVectorTest.cpp32 Ctxt(LangOpts, SourceMgr, Idents, Sels, Builtins, TU_Complete) {} in ASTVectorTest()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc369 Clang->createPreprocessor(TU_Complete); in create_preprocessor()
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp214 Ins->createPreprocessor(TU_Complete); in BuildCompilerInstance()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h890 TU_Complete, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp675 m_compiler->createPreprocessor(TU_Complete); in ClangExpressionParser()
1134 *Consumer, TU_Complete, completion_consumer)); in ParseInternal()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp560 if (TUKind == TU_Complete) { in HandleEndOfFile()
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp407 return TU_Complete; in getTranslationUnitKind()
H A DCIndex.cpp3763 : TU_Complete; in clang_parseTranslationUnit_Impl()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1038 TranslationUnitKind TUKind = TU_Complete);
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1528 AST->TUKind = Action ? Action->getTranslationUnitKind() : TU_Complete; in LoadFromCompilerInvocationAction()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp739 *m_selector_table_up, *m_builtins_up, TU_Complete); in CreateASTContext()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1603 TranslationUnitKind TUKind = TU_Complete,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp1850 if (S.TUKind != TU_Complete) in isMainFileLoc()