Home
last modified time | relevance | path

Searched refs:TypenameLocation (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/AST/
DDeclCXX.h3685 SourceLocation TypenameLocation; variable
3701 TypenameLocation(TypenameLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingTypenameDecl()
3711 SourceLocation getTypenameLoc() const { return TypenameLocation; } in getTypenameLoc()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1455 D->TypenameLocation = ReadSourceLocation(Record, Idx); in VisitUnresolvedUsingTypenameDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1704 D->TypenameLocation = readSourceLocation(); in VisitUnresolvedUsingTypenameDecl()