Searched refs:ReadNestedNameSpecifier (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/ |
| D | ASTReader.h | 1740 NestedNameSpecifier *ReadNestedNameSpecifier(ModuleFile &F,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReader.cpp | 4808 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord() 4876 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord() 4887 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord() 6869 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(F, Record, Idx); in ReadTemplateName() 6876 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(F, Record, Idx); in ReadTemplateName() 7101 ASTReader::ReadNestedNameSpecifier(ModuleFile &F, in ReadNestedNameSpecifier() function in ASTReader
|