OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasastfilesupport
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Frontend/
ASTMerge.cpp
104
bool ASTMergeAction::
hasASTFileSupport
() const {
105
return AdaptedAction->
hasASTFileSupport
();
FrontendAction.cpp
141
assert(
hasASTFileSupport
() &&
416
bool WrapperFrontendAction::
hasASTFileSupport
() const {
417
return WrappedAction->
hasASTFileSupport
();
ASTUnit.cpp
849
virtual bool
hasASTFileSupport
() const { return false; }
[
all
...]
/external/clang/include/clang/Frontend/
FrontendAction.h
173
///
hasASTFileSupport
- Does this action support use with AST files?
174
virtual bool
hasASTFileSupport
() const { return !usesPreprocessorOnly(); }
290
virtual bool
hasASTFileSupport
() const;
FrontendActions.h
76
virtual bool
hasASTFileSupport
() const { return false; }
133
virtual bool
hasASTFileSupport
() const;
/external/clang/include/clang/Rewrite/
FrontendActions.h
42
virtual bool
hasASTFileSupport
() const { return false; }
Completed in 120 milliseconds