Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h3274 SourceLocation TypenameLocation; variable
3286 TypenameLocation(TypenameLoc), QualifierLoc(QualifierLoc) { } in UnresolvedUsingTypenameDecl()
3295 SourceLocation getTypenameLoc() const { return TypenameLocation; } in getTypenameLoc()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1455 D->TypenameLocation = ReadSourceLocation(Record, Idx); in VisitUnresolvedUsingTypenameDecl()