Home
last modified time | relevance | path

Searched defs:getColonLoc (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DOpenMPClause.h490 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
593 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
2928 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3307 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3571 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3816 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
4059 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
4242 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
4886 SourceLocation getColonLoc() const { return Data.ColonLoc; } in getColonLoc() function
5960 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
[all …]
DStmtCXX.h203 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
DDeclObjC.h643 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
DDeclCXX.h108 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
DStmt.h1592 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
DExpr.h4142 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DExpr.cpp5055 SourceLocation OMPIteratorExpr::getColonLoc(unsigned I) const { in getColonLoc() function in OMPIteratorExpr