Searched defs:VisitDecltypeTypeLoc (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 6160 void VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in __anon41c88aee1111::TypeSpecLocFiller |
/openbsd-src/gnu/llvm/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 451 void TypeLocWriter::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in TypeLocWriter |
H A D | ASTReader.cpp | 6743 void TypeLocReader::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in TypeLocReader |
/openbsd-src/gnu/llvm/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 1868 bool CursorVisitor::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in CursorVisitor |