Searched refs:TU_Complete (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | ParseAST.h | 40 TranslationUnitKind TUKind = TU_Complete,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 65 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 D | ASTUnit.h | 158 TranslationUnitKind TUKind = TU_Complete; 788 TranslationUnitKind TUKind = TU_Complete, 839 TranslationUnitKind TUKind = TU_Complete,
|
| H A D | FrontendAction.h | 188 virtual TranslationUnitKind getTranslationUnitKind() { return TU_Complete; } in getTranslationUnitKind()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 646 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 D | LangOptions.h | 990 TU_Complete, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 576 if (TUKind == TU_Complete) { in HandleEndOfFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1164 TranslationUnitKind TUKind = TU_Complete);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1565 AST->TUKind = Action ? Action->getTranslationUnitKind() : TU_Complete; in LoadFromCompilerInvocationAction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 750 *m_selector_table_up, *m_builtins_up, TU_Complete); in CreateASTContext()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1672 TranslationUnitKind TUKind = TU_Complete,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 1915 if (S.TUKind != TU_Complete || S.getLangOpts().IsHeaderFile) in isMainFileLoc()
|