OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasPCHSupport
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Frontend/
ASTMerge.cpp
104
bool ASTMergeAction::
hasPCHSupport
() const {
105
return AdaptedAction->
hasPCHSupport
();
FrontendAction.cpp
337
assert(
hasPCHSupport
() && "This action does not have PCH support!");
577
bool WrapperFrontendAction::
hasPCHSupport
() const {
578
return WrappedAction->
hasPCHSupport
();
/external/clang/include/clang/Frontend/
FrontendAction.h
177
virtual bool
hasPCHSupport
() const { return !usesPreprocessorOnly(); }
290
bool
hasPCHSupport
() const override;
Completed in 150 milliseconds