Home
last modified time | relevance | path

Searched refs:setColonLoc (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtCXX.h188 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; } in setColonLoc() function
HDOpenMPClause.h1451 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } in setColonLoc() function
1696 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; } in setColonLoc() function
1829 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; } in setColonLoc() function
2261 void setColonLoc(SourceLocation Loc) { ColonLoc = Loc; } in setColonLoc() function
HDStmt.h676 void setColonLoc(SourceLocation L) { ColonLoc = L; } in setColonLoc() function
715 void setColonLoc(SourceLocation L) { ColonLoc = L; } in setColonLoc() function
770 void setColonLoc(SourceLocation L) { ColonLoc = L; } in setColonLoc() function
HDDeclCXX.h122 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } in setColonLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp146 S->setColonLoc(ReadSourceLocation(Record, Idx)); in VisitSwitchCase()
1172 S->setColonLoc(ReadSourceLocation(Record, Idx)); in VisitCXXForRangeStmt()
1936 C->setColonLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPReductionClause()
1966 C->setColonLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPLinearClause()
1991 C->setColonLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPAlignedClause()
2059 C->setColonLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPDependClause()
HDASTReaderDecl.cpp1769 D->setColonLoc(ReadSourceLocation(Record, Idx)); in VisitAccessSpecDecl()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1603 Clause->setColonLoc(ColonLoc); in Create()