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

/external/clang/lib/AST/
H A DComment.cpp257 if (TypedefTypeLoc *TypedefTL = dyn_cast<TypedefTypeLoc>(&TL)) {
/external/clang/tools/libclang/
H A DIndexTypeSourceInfo.cpp31 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
H A DCIndex.cpp1397 bool CursorVisitor::VisitTypedefTypeLoc(TypedefTypeLoc TL) {
/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp267 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp608 TypedefTypeLoc TypedefTL = TLB.push<TypedefTypeLoc>(T);
H A DTreeTransform.h2740 TypedefTypeLoc* TTL = dyn_cast<TypedefTypeLoc>(&TL);
4298 TypedefTypeLoc TL) {
4314 TypedefTypeLoc NewTL = TLB.push<TypedefTypeLoc>(Result);
H A DSemaChecking.cpp5069 const TypedefTypeLoc *TTL = dyn_cast<TypedefTypeLoc>(&TL);
H A DSemaCodeComplete.cpp2101 if (TypedefTypeLoc *TypedefTL = dyn_cast<TypedefTypeLoc>(&TL)) {
H A DSemaType.cpp3032 void VisitTypedefTypeLoc(TypedefTypeLoc TL) {
/external/clang/include/clang/AST/
H A DTypeLoc.h530 class TypedefTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc, class in namespace:clang
531 TypedefTypeLoc,
/external/clang/lib/Serialization/
H A DASTWriter.cpp501 void TypeLocWriter::VisitTypedefTypeLoc(TypedefTypeLoc TL) {
H A DASTReader.cpp4274 void TypeLocReader::VisitTypedefTypeLoc(TypedefTypeLoc TL) {

Completed in 2263 milliseconds