Home
last modified time | relevance | path

Searched refs:ObjCProtocolLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp213 else if (const ObjCProtocolLoc *P = get<ObjCProtocolLoc>()) in print()
256 if (const ObjCProtocolLoc *P = get<ObjCProtocolLoc>()) in getSourceRange()
H A DParentMapContext.cpp343 template <> DynTypedNode createDynTypedNode(const ObjCProtocolLoc &Node) { in createDynTypedNode()
415 static bool isNull(ObjCProtocolLoc Node) { return false; } in isNull()
452 bool TraverseObjCProtocolLoc(ObjCProtocolLoc ProtocolLocNode) { in TraverseObjCProtocolLoc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h315 bool TraverseObjCProtocolLoc(ObjCProtocolLoc ProtocolLoc);
1474 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
1489 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
1688 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It));
1711 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It));
1720 ObjCProtocolLoc ProtocolLoc(std::get<0>(It), std::get<1>(It));
2562 ObjCProtocolLoc ProtocolLoc) {
H A DTypeLoc.h2711 class ObjCProtocolLoc {
2716 ObjCProtocolLoc(ObjCProtocolDecl *protocol, SourceLocation loc) in ObjCProtocolLoc() function