Searched refs:FoundNonSkipPortion (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 438 bool FoundNonSkipPortion; member 443 bool FoundNonSkipPortion, bool FoundElse, in PreambleSkipInfo() 446 FoundNonSkipPortion(FoundNonSkipPortion), FoundElse(FoundElse), in PreambleSkipInfo() 2118 bool FoundNonSkipPortion, bool FoundElse,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 438 bool FoundNonSkipPortion, in SkipExcludedConditionalBlock() argument 448 FoundNonSkipPortion, FoundElse); in SkipExcludedConditionalBlock() 477 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
|
| H A D | Preprocessor.cpp | 677 PreambleConditionalStack.SkipInfo->FoundNonSkipPortion, in replayPreambleConditionalStack()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3373 bool FoundNonSkipPortion = Record[Idx++]; in ReadASTBlock() local 3376 SkipInfo.emplace(HashToken, IfTokenLoc, FoundNonSkipPortion, in ReadASTBlock()
|
| H A D | ASTWriter.cpp | 2171 Record.push_back(SkipInfo->FoundNonSkipPortion); in WritePreprocessor()
|