Searched refs:setColonLoc (Results 1 - 6 of 6) 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.h1423 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } function in class:clang::OMPReductionClause
1668 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; } function in class:clang::OMPLinearClause
1801 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; } function in class:clang::OMPAlignedClause
H A DStmt.h671 void setColonLoc(SourceLocation L) { ColonLoc = L; } function in class:clang::SwitchCase
710 void setColonLoc(SourceLocation L) { ColonLoc = L; } function in class:clang::CaseStmt
765 void setColonLoc(SourceLocation L) { ColonLoc = L; } function in class:clang::DefaultStmt
H A DDeclCXX.h122 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } function in class:clang::AccessSpecDecl
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp146 S->setColonLoc(ReadSourceLocation(Record, Idx));
1162 S->setColonLoc(ReadSourceLocation(Record, Idx));
1922 C->setColonLoc(Reader->ReadSourceLocation(Record, Idx));
1952 C->setColonLoc(Reader->ReadSourceLocation(Record, Idx));
1977 C->setColonLoc(Reader->ReadSourceLocation(Record, Idx));
H A DASTReaderDecl.cpp1675 D->setColonLoc(ReadSourceLocation(Record, Idx));

Completed in 145 milliseconds