Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1238 SourceLocation getAmpAmpLoc() const { in getAmpAmpLoc() function
DExpr.h3419 SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; } in getAmpAmpLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp800 Writer.AddSourceLocation(E->getAmpAmpLoc(), Record); in VisitAddrLabelExpr()
DASTWriter.cpp501 Writer.AddSourceLocation(TL.getAmpAmpLoc(), Record); in VisitRValueReferenceTypeLoc()
/external/clang/lib/Sema/
DTreeTransform.h8695 return getDerived().RebuildAddrLabelExpr(E->getAmpAmpLoc(), E->getLabelLoc(), in TransformAddrLabelExpr()