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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h188 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; } function in class:clang::CXXForRangeStmt
H A DDeclCXX.h123 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } function in class:clang::AccessSpecDecl
H A DStmt.h648 void setColonLoc(SourceLocation L) { ColonLoc = L; } function in class:clang::SwitchCase
687 void setColonLoc(SourceLocation L) { ColonLoc = L; } function in class:clang::CaseStmt
742 void setColonLoc(SourceLocation L) { ColonLoc = L; } function in class:clang::DefaultStmt

Completed in 54 milliseconds