Home
last modified time | relevance | path

Searched defs:VisitDecayedTypeLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5991 void VisitDecayedTypeLoc(DecayedTypeLoc TL) { VisitDecayedTypeLoc() function in __anonf9e1d30a1211::DeclaratorLocFiller
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp346 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) { VisitDecayedTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6805 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) { VisitDecayedTypeLoc() function in TypeLocReader
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1811 bool CursorVisitor::VisitDecayedTypeLoc(DecayedTypeLoc TL) { VisitDecayedTypeLoc() function in CursorVisitor