reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTReader.cpp
 1736       SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex);
 1738       MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex));
 1739       MI->setIsUsed(Record[NextIndex++]);
 1740       MI->setUsedForHeaderGuard(Record[NextIndex++]);
 1744         bool isC99VarArgs = Record[NextIndex++];
 1745         bool isGNUVarArgs = Record[NextIndex++];
 1746         bool hasCommaPasting = Record[NextIndex++];
 1748         unsigned NumArgs = Record[NextIndex++];
 1750           MacroParams.push_back(getLocalIdentifier(F, Record[NextIndex++]));
 1764       if (NextIndex + 1 == Record.size() && PP.getPreprocessingRecord() &&
 1765           Record[NextIndex]) {
 1768             GlobalID = getGlobalPreprocessedEntityID(F, Record[NextIndex]);