Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp339 bool VisitUnresolvedUsingTypeLoc(const UnresolvedUsingTypeLoc &Loc) { in VisitUnresolvedUsingTypeLoc() function in clang::tidy::__anonef0c75980211::RenamerClangTidyVisitor
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp464 void TypeLocWriter::VisitUnresolvedUsingTypeLoc(UnresolvedUsingTypeLoc TL) { VisitUnresolvedUsingTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6924 void TypeLocReader::VisitUnresolvedUsingTypeLoc(UnresolvedUsingTypeLoc TL) { VisitUnresolvedUsingTypeLoc() function in TypeLocReader
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1682 bool CursorVisitor::VisitUnresolvedUsingTypeLoc(UnresolvedUsingTypeLoc TL) { VisitUnresolvedUsingTypeLoc() function in CursorVisitor