Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3970 SourceLocation TypenameLocation; variable
3986 TypenameLocation(TypenameLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingTypenameDecl()
3996 SourceLocation getTypenameLoc() const { return TypenameLocation; } in getTypenameLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1948 D->TypenameLocation = readSourceLocation(); in VisitUnresolvedUsingTypenameDecl()