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

  /external/clang/include/clang/AST/
StmtCXX.h 187 SourceLocation getColonLoc() const { return ColonLoc; }
OpenMPClause.h     [all...]
DeclCXX.h 120 SourceLocation getColonLoc() const { return ColonLoc; }
125 return SourceRange(getAccessSpecifierLoc(), getColonLoc());
    [all...]
Stmt.h 664 SourceLocation getColonLoc() const { return ColonLoc; }
703 SourceLocation getColonLoc() const { return ColonLoc; }
758 SourceLocation getColonLoc() const { return ColonLoc; }
    [all...]
Expr.h     [all...]

Completed in 65 milliseconds