Searched defs:setColonLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtCXX.h188 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; } function in class:clang::CXXForRangeStmt
H A DOpenMPClause.h946 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } function in class:clang::OMPReductionClause
1058 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; } function in class:clang::OMPLinearClause
1143 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; } function in class:clang::OMPAlignedClause
H A DDeclCXX.h122 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } function in class:clang::AccessSpecDecl
H A DStmt.h665 void setColonLoc(SourceLocation L) { ColonLoc = L; } function in class:clang::SwitchCase
704 void setColonLoc(SourceLocation L) { ColonLoc = L; } function in class:clang::CaseStmt
759 void setColonLoc(SourceLocation L) { ColonLoc = L; } function in class:clang::DefaultStmt

Completed in 5616 milliseconds