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 185 SourceLocation getColonLoc() const { return ColonLoc; }
DeclCXX.h 123 /// getColonLoc - The location of the colon following the access specifier.
124 SourceLocation getColonLoc() const { return ColonLoc; }
129 return SourceRange(getAccessSpecifierLoc(), getColonLoc());
    [all...]
Stmt.h 596 SourceLocation getColonLoc() const { return ColonLoc; }
653 SourceLocation getColonLoc() const { return ColonLoc; }
    [all...]
Expr.h     [all...]

Completed in 170 milliseconds