Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp66 Clang.createPreprocessor(TU_Complete); in createMissingComponents()
72 Clang.createSema(TU_Complete, /*CodeCompleteConsumer=*/nullptr); in createMissingComponents()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseAST.h40 TranslationUnitKind TUKind = TU_Complete,
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h158 TranslationUnitKind TUKind = TU_Complete;
791 TranslationUnitKind TUKind = TU_Complete,
842 TranslationUnitKind TUKind = TU_Complete,
H A DFrontendAction.h188 virtual TranslationUnitKind getTranslationUnitKind() { return TU_Complete; } in getTranslationUnitKind()
H A DFrontendActions.h164 TranslationUnitKind getTranslationUnitKind() override { return TU_Complete; } in getTranslationUnitKind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp649 m_compiler->createPreprocessor(TU_Complete); in ClangExpressionParser()
1109 *Consumer, TU_Complete, completion_consumer)); in ParseInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h1040 TU_Complete, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp575 if (TUKind == TU_Complete) { in HandleEndOfFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1184 TranslationUnitKind TUKind = TU_Complete);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1578 AST->TUKind = Action ? Action->getTranslationUnitKind() : TU_Complete; in LoadFromCompilerInvocationAction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h578 TranslationUnitKind TUKind = TU_Complete,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp689 *m_selector_table_up, *m_builtins_up, TU_Complete); in CreateASTContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1823 if (S.TUKind != TU_Complete || S.getLangOpts().IsHeaderFile) in isMainFileLoc()