Home
last modified time | relevance | path

Searched refs:getAmpAmpLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeLoc.h1334 SourceLocation getAmpAmpLoc() const { in getAmpAmpLoc() function
DExpr.h4308 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; } in getAmpAmpLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1170 Record.AddSourceLocation(E->getAmpAmpLoc()); in VisitAddrLabelExpr()
DASTWriter.cpp233 Record.AddSourceLocation(TL.getAmpAmpLoc()); in VisitRValueReferenceTypeLoc()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp6980 auto ToAmpAmpLoc = importChecked(Err, E->getAmpAmpLoc()); in VisitAddrLabelExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h11325 return getDerived().RebuildAddrLabelExpr(E->getAmpAmpLoc(), E->getLabelLoc(), in TransformAddrLabelExpr()