Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp6160 void VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in __anon41c88aee1111::TypeSpecLocFiller
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp451 void TypeLocWriter::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6743 void TypeLocReader::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in TypeLocReader
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1868 bool CursorVisitor::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in CursorVisitor