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

  /external/clang/include/clang/AST/
StmtCXX.h 189 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; }
DeclCXX.h 131 /// setColonLoc - Sets the location of the colon.
132 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; }
    [all...]
Stmt.h 690 void setColonLoc(SourceLocation L) { ColonLoc = L; }
747 void setColonLoc(SourceLocation L) { ColonLoc = L; }
    [all...]

Completed in 125 milliseconds