Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParseAST.h40 TranslationUnitKind TUKind = TU_Complete,
/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp65 Clang.createPreprocessor(TU_Complete); in createMissingComponents()
71 Clang.createSema(TU_Complete, /*CodeCompleteConsumer=*/nullptr); in createMissingComponents()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h158 TranslationUnitKind TUKind = TU_Complete;
788 TranslationUnitKind TUKind = TU_Complete,
839 TranslationUnitKind TUKind = TU_Complete,
H A DFrontendAction.h188 virtual TranslationUnitKind getTranslationUnitKind() { return TU_Complete; } in getTranslationUnitKind()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp646 m_compiler->createPreprocessor(TU_Complete); in ClangExpressionParser()
1106 *Consumer, TU_Complete, completion_consumer)); in ParseInternal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h990 TU_Complete, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp576 if (TUKind == TU_Complete) { in HandleEndOfFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1164 TranslationUnitKind TUKind = TU_Complete);
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1565 AST->TUKind = Action ? Action->getTranslationUnitKind() : TU_Complete; in LoadFromCompilerInvocationAction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp750 *m_selector_table_up, *m_builtins_up, TU_Complete); in CreateASTContext()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1672 TranslationUnitKind TUKind = TU_Complete,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1915 if (S.TUKind != TU_Complete || S.getLangOpts().IsHeaderFile) in isMainFileLoc()