Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp6310 void VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc() function in __anon41c88aee1111::DeclaratorLocFiller
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp303 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6603 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc() function in TypeLocReader
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1789 bool CursorVisitor::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc() function in CursorVisitor