Home
last modified time | relevance | path

Searched refs:getColonColonLoc (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2009 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1366 Writer.AddSourceLocation(E->getColonColonLoc(), Record); in VisitCXXPseudoDestructorExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8636 E->getColonColonLoc(), in TransformCXXPseudoDestructorExpr()