OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasBlocksRuntime
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Driver/
ToolChain.h
216
///
hasBlocksRuntime
- Given that the user is compiling with
221
virtual bool
hasBlocksRuntime
() const { return true; }
/external/clang/lib/Driver/
ToolChains.cpp
117
bool Darwin::
hasBlocksRuntime
() const {
[
all
...]
Completed in 99 milliseconds