OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasASTFileSupport
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Frontend/
FrontendActions.h
86
virtual bool
hasASTFileSupport
() const { return false; }
112
virtual bool
hasASTFileSupport
() const { return false; }
150
virtual bool
hasASTFileSupport
() const { return true; }
187
virtual bool
hasASTFileSupport
() const;
FrontendAction.h
172
virtual bool
hasASTFileSupport
() const { return !usesPreprocessorOnly(); }
284
virtual bool
hasASTFileSupport
() const;
/external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h
42
virtual bool
hasASTFileSupport
() const { return false; }
/external/clang/lib/Frontend/
ASTMerge.cpp
105
bool ASTMergeAction::
hasASTFileSupport
() const {
106
return AdaptedAction->
hasASTFileSupport
();
FrontendAction.cpp
179
assert(
hasASTFileSupport
() &&
516
bool WrapperFrontendAction::
hasASTFileSupport
() const {
517
return WrappedAction->
hasASTFileSupport
();
ASTUnit.cpp
[
all
...]
Completed in 135 milliseconds