Searched refs:TypedefTypeLoc (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp267 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp598 TypedefTypeLoc TypedefTL = TLB.push<TypedefTypeLoc>(T);
H A DTreeTransform.h2855 TypedefTypeLoc TTL = TL.getAs<TypedefTypeLoc>();
4371 TypedefTypeLoc TL) {
4387 TypedefTypeLoc NewTL = TLB.push<TypedefTypeLoc>(Result);
H A DSemaCodeComplete.cpp2158 if (TypedefTypeLoc TypedefTL = TL.getAs<TypedefTypeLoc>()) {
H A DSemaType.cpp3347 void VisitTypedefTypeLoc(TypedefTypeLoc TL) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h547 class TypedefTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc, class in namespace:clang
548 TypedefTypeLoc,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5020 void TypeLocReader::VisitTypedefTypeLoc(TypedefTypeLoc TL) {
H A DASTWriter.cpp510 void TypeLocWriter::VisitTypedefTypeLoc(TypedefTypeLoc TL) {

Completed in 289 milliseconds