OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasASTFileSupport
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Frontend/
ASTMerge.cpp
107
bool ASTMergeAction::
hasASTFileSupport
() const {
108
return AdaptedAction->
hasASTFileSupport
();
FrontendAction.cpp
206
assert(
hasASTFileSupport
() &&
601
bool WrapperFrontendAction::
hasASTFileSupport
() const {
602
return WrappedAction->
hasASTFileSupport
();
/external/clang/include/clang/Frontend/
FrontendAction.h
180
virtual bool
hasASTFileSupport
() const { return !usesPreprocessorOnly(); }
304
bool
hasASTFileSupport
() const override;
Completed in 81 milliseconds