OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPCHSupport
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp
104
bool ASTMergeAction::
hasPCHSupport
() const {
105
return AdaptedAction->
hasPCHSupport
();
FrontendAction.cpp
859
assert(
hasPCHSupport
() && "This action does not have PCH support!");
1106
bool WrapperFrontendAction::
hasPCHSupport
() const {
1107
return WrappedAction->
hasPCHSupport
();
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h
191
virtual bool
hasPCHSupport
() const { return true; }
325
bool
hasPCHSupport
() const override;
FrontendActions.h
182
bool
hasPCHSupport
() const override { return false; }
238
bool
hasPCHSupport
() const override;
288
bool
hasPCHSupport
() const override { return true; }
Completed in 120 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026