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

/external/clang/tools/libclang/
H A DIndexTypeSourceInfo.cpp30 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
H A DCIndex.cpp1454 bool CursorVisitor::VisitTypedefTypeLoc(TypedefTypeLoc TL) {
/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp267 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp640 TypedefTypeLoc TypedefTL = TLB.push<TypedefTypeLoc>(T);
H A DTreeTransform.h3089 TypedefTypeLoc TTL = TL.getAs<TypedefTypeLoc>();
4603 TypedefTypeLoc TL) {
4619 TypedefTypeLoc NewTL = TLB.push<TypedefTypeLoc>(Result);
H A DSemaCodeComplete.cpp2157 if (TypedefTypeLoc TypedefTL = TL.getAs<TypedefTypeLoc>()) {
H A DSemaType.cpp3488 void VisitTypedefTypeLoc(TypedefTypeLoc TL) {
/external/clang/include/clang/AST/
H A DTypeLoc.h587 class TypedefTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc, class in namespace:clang
588 TypedefTypeLoc,
/external/clang/lib/Serialization/
H A DASTWriter.cpp534 void TypeLocWriter::VisitTypedefTypeLoc(TypedefTypeLoc TL) {
H A DASTReader.cpp5646 void TypeLocReader::VisitTypedefTypeLoc(TypedefTypeLoc TL) {

Completed in 676 milliseconds