OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:haspreprocessor
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/
FrontendAction.cpp
383
CI.
hasPreprocessor
()) {
420
if (CI.
hasPreprocessor
())
458
if (!CI.
hasPreprocessor
())
/external/clang/include/clang/Frontend/
CompilerInstance.h
357
bool
hasPreprocessor
() const { return PP != 0; }
Completed in 56 milliseconds