Searched refs:VisitDecayedTypeLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 488 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc() function in TypeLocWriter |
D | ASTReader.cpp | 5713 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc() function in TypeLocReader |
/external/clang/lib/Sema/ | ||
D | SemaType.cpp | 4702 void VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc() function in __anon6231dffa0811::DeclaratorLocFiller |
/external/clang/tools/libclang/ | ||
D | CIndex.cpp | 1609 bool CursorVisitor::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc() function in CursorVisitor |