OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasASTFileSupport
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendActions.h
86
bool
hasASTFileSupport
() const override { return false; }
119
bool
hasASTFileSupport
() const override { return false; }
130
bool
hasASTFileSupport
() const override { return false; }
183
bool
hasASTFileSupport
() const override { return true; }
239
bool
hasASTFileSupport
() const override;
FrontendAction.h
194
virtual bool
hasASTFileSupport
() const { return true; }
326
bool
hasASTFileSupport
() const override;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp
108
bool ASTMergeAction::
hasASTFileSupport
() const {
109
return AdaptedAction->
hasASTFileSupport
();
FrontendAction.cpp
638
assert(
hasASTFileSupport
() &&
1109
bool WrapperFrontendAction::
hasASTFileSupport
() const {
1110
return WrappedAction->
hasASTFileSupport
();
PrecompiledPreamble.cpp
218
bool
hasASTFileSupport
() const override { return false; }
/src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
FrontendActions.h
41
bool
hasASTFileSupport
() const override { return false; }
Completed in 40 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026