Searched refs:ReadNestedNameSpecifier (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5520 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord() 5604 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord() 5615 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord() 7788 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(F, Record, Idx); in ReadTemplateName() 7795 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(F, Record, Idx); in ReadTemplateName() 8026 ASTReader::ReadNestedNameSpecifier(ModuleFile &F, in ReadNestedNameSpecifier() function in ASTReader
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1943 NestedNameSpecifier *ReadNestedNameSpecifier(ModuleFile &F,
|