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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2971 SourceLocation TypenameLocation; member in class:clang::UnresolvedUsingTypenameDecl
2983 TypenameLocation(TypenameLoc), QualifierLoc(QualifierLoc) { }
2992 SourceLocation getTypenameLoc() const { return TypenameLocation; }
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1168 D->TypenameLocation = ReadSourceLocation(Record, Idx);

Completed in 64 milliseconds