Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h490 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
593 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3051 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3430 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3694 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3939 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
4192 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
4378 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
5022 SourceLocation getColonLoc() const { return Data.ColonLoc; } in getColonLoc() function
6096 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
[all …]
H A DStmtCXX.h204 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
H A DDeclObjC.h644 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
H A DDeclCXX.h108 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
H A DExpr.h4193 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5253 SourceLocation OMPIteratorExpr::getColonLoc(unsigned I) const { in getColonLoc() function in OMPIteratorExpr