HomeSort by relevance Sort by last modified time
    Searched defs:getColonLoc (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/AST/
ExprOpenMP.h 109 SourceLocation getColonLoc() const { return ColonLoc; }
StmtCXX.h 190 SourceLocation getColonLoc() const { return ColonLoc; }
OpenMPClause.h 218 SourceLocation getColonLoc() const { return ColonLoc; }
    [all...]
DeclCXX.h 120 SourceLocation getColonLoc() const { return ColonLoc; }
125 return SourceRange(getAccessSpecifierLoc(), getColonLoc());
    [all...]
DeclObjC.h 598 SourceLocation getColonLoc() const { return ColonLoc; }
    [all...]
Stmt.h 660 SourceLocation getColonLoc() const { return ColonLoc; }
699 SourceLocation getColonLoc() const { return ColonLoc; }
754 SourceLocation getColonLoc() const { return ColonLoc; }
    [all...]
Expr.h     [all...]

Completed in 176 milliseconds