Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2138 NestedNameSpecifier *ReadNestedNameSpecifier(ModuleFile &F,
2549 return Reader->ReadNestedNameSpecifier(*F, Record, Idx); in readNestedNameSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6199 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord()
6295 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord()
6306 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(*Loc.F, Record, Idx); in readTypeRecord()
8714 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(F, Record, Idx); in ReadTemplateName()
8721 NestedNameSpecifier *NNS = ReadNestedNameSpecifier(F, Record, Idx); in ReadTemplateName()
8934 ASTReader::ReadNestedNameSpecifier(ModuleFile &F, in ReadNestedNameSpecifier() function in ASTReader