Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1815 Record.AddSourceLocation(E->getColonColonLoc()); in VisitCXXPseudoDestructorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2598 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp7596 auto ToColonColonLoc = importChecked(Err, E->getColonColonLoc()); in VisitCXXPseudoDestructorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h11933 E->getColonColonLoc(), in TransformCXXPseudoDestructorExpr()