Home
last modified time | relevance | path

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

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