HomeSort by: relevance | last modified time | path
    Searched refs:hasRecordedPreamble (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 485 bool hasRecordedPreamble() const { return !ConditionalStack.empty(); }
2321 bool hasRecordedPreamble() const {
2322 return PreambleConditionalStack.hasRecordedPreamble();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 2164 if (PP.isRecordingPreamble() && PP.hasRecordedPreamble()) {

Completed in 31 milliseconds