OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasIRSupport
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
FrontendAction.h
183
virtual bool
hasIRSupport
() const { return false; }
292
bool
hasIRSupport
() const override;
/external/clang/lib/Frontend/
FrontendAction.cpp
242
assert(
hasIRSupport
() &&
583
bool WrapperFrontendAction::
hasIRSupport
() const {
584
return WrappedAction->
hasIRSupport
();
/external/clang/lib/CodeGen/
CodeGenAction.cpp
638
bool CodeGenAction::
hasIRSupport
() const { return true; }
[
all
...]
Completed in 354 milliseconds