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

  /external/clang/include/clang/AST/
StmtCXX.h 188 SourceLocation getColonLoc() const { return ColonLoc; }
DeclCXX.h 129 /// getColonLoc - The location of the colon following the access specifier.
130 SourceLocation getColonLoc() const { return ColonLoc; }
135 return SourceRange(getAccessSpecifierLoc(), getColonLoc());
    [all...]
Stmt.h 689 SourceLocation getColonLoc() const { return ColonLoc; }
746 SourceLocation getColonLoc() const { return ColonLoc; }
    [all...]
Expr.h     [all...]

Completed in 291 milliseconds