Home
last modified time | relevance | path

Searched defs:hasASTFileSupport (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h81 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
108 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
148 bool hasASTFileSupport() const override { return true; } in hasASTFileSupport() function
H A DFrontendAction.h180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); } in hasASTFileSupport() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h42 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp101 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport() function in ASTMergeAction
H A DFrontendAction.cpp568 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport() function in WrapperFrontendAction
H A DASTUnit.cpp921 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function in __anonf211e7840311::PrecompilePreambleAction