Home
last modified time | relevance | path

Searched refs:IsImportingStdCXXModule (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3283 bool IsImportingStdCXXModule = Record[Idx++]; in ReadControlBlock() local
3300 ImportedName, /*FileMapOnly*/ !IsImportingStdCXXModule); in ReadControlBlock()
3302 if (IsImportingStdCXXModule && ImportedFile.empty()) { in ReadControlBlock()
3307 if (!IsImportingStdCXXModule) { in ReadControlBlock()
3353 if (IsImportingStdCXXModule) { in ReadControlBlock()