Searched refs:hasASTFileSupport (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendActions.h80 virtual bool hasASTFileSupport() const { return false; } function in class:clang::GeneratePCHAction
106 virtual bool hasASTFileSupport() const { return false; } function in class:clang::GenerateModuleAction
144 virtual bool hasASTFileSupport() const { return true; } function in class:clang::DumpModuleInfoAction
181 virtual bool hasASTFileSupport() const;
H A DFrontendAction.h172 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); } function in class:clang::FrontendAction
284 virtual bool hasASTFileSupport() const;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp105 bool ASTMergeAction::hasASTFileSupport() const { function in class:ASTMergeAction
106 return AdaptedAction->hasASTFileSupport();
H A DFrontendAction.cpp179 assert(hasASTFileSupport() &&
516 bool WrapperFrontendAction::hasASTFileSupport() const { function in class:WrapperFrontendAction
517 return WrappedAction->hasASTFileSupport();
H A DASTUnit.cpp1005 virtual bool hasASTFileSupport() const { return false; } function in class:__anon3284::PrecompilePreambleAction
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h42 virtual bool hasASTFileSupport() const { return false; } function in class:clang::FixItAction

Completed in 112 milliseconds