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

  /external/clang/include/clang/AST/
StmtCXX.h 188 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; }
OpenMPClause.h     [all...]
Stmt.h 665 void setColonLoc(SourceLocation L) { ColonLoc = L; }
704 void setColonLoc(SourceLocation L) { ColonLoc = L; }
759 void setColonLoc(SourceLocation L) { ColonLoc = L; }
    [all...]
DeclCXX.h 122 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; }
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 146 S->setColonLoc(ReadSourceLocation(Record, Idx));
    [all...]
ASTReaderDecl.cpp     [all...]

Completed in 173 milliseconds