Searched defs:VisitDecayedTypeLoc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 5991 void VisitDecayedTypeLoc(DecayedTypeLoc TL) { VisitDecayedTypeLoc() function in __anonf9e1d30a1211::DeclaratorLocFiller |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 346 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) { VisitDecayedTypeLoc() function in TypeLocWriter |
H A D | ASTReader.cpp | 6805 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) { VisitDecayedTypeLoc() function in TypeLocReader |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 1811 bool CursorVisitor::VisitDecayedTypeLoc(DecayedTypeLoc TL) { VisitDecayedTypeLoc() function in CursorVisitor |