Searched refs:ReadNestedNameSpecifier (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5487 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord() 5571 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord() 5582 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord() 7732 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(F, Record, Idx); in ReadTemplateName() 7739 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(F, Record, Idx); in ReadTemplateName() 7970 ASTReader::ReadNestedNameSpecifier(ModuleFile &F, in ReadNestedNameSpecifier() function in ASTReader
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1942 NestedNameSpecifier *ReadNestedNameSpecifier(ModuleFile &F,
|