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

/external/clang/include/clang/AST/
H A DOpenMPClause.h132 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPVarListClause
185 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPIfClause
239 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPNumThreadsClause
295 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPSafelenClause
351 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPCollapseClause
417 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPDefaultClause
488 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPProcBindClause
535 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPScheduleClause
H A DDeclObjC.h2244 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::ObjCPropertyDecl
H A DStmt.h1185 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::ForStmt
H A DExpr.h2619 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::CompoundLiteralExpr
2879 void setLParenLoc(SourceLocation L) { LPLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::CStyleCastExpr
3414 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr

Completed in 249 milliseconds