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
81
bool
hasASTFileSupport
() const override { return false; }
108
bool
hasASTFileSupport
() const override { return false; }
148
bool
hasASTFileSupport
() const override { return true; }
196
bool
hasASTFileSupport
() const override;
FrontendAction.h
171
virtual bool
hasASTFileSupport
() const { return !usesPreprocessorOnly(); }
282
bool
hasASTFileSupport
() const override;
/external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h
42
bool
hasASTFileSupport
() const override { return false; }
/external/clang/lib/Frontend/
ASTMerge.cpp
103
bool ASTMergeAction::
hasASTFileSupport
() const {
104
return AdaptedAction->
hasASTFileSupport
();
FrontendAction.cpp
185
assert(
hasASTFileSupport
() &&
552
bool WrapperFrontendAction::
hasASTFileSupport
() const {
553
return WrappedAction->
hasASTFileSupport
();
ASTUnit.cpp
[
all
...]
Completed in 4729 milliseconds