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

/external/clang/include/clang/AST/
H A DDeclObjC.h1790 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::ObjCPropertyDecl
H A DStmt.h1164 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::ForStmt
H A DExpr.h2486 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::CompoundLiteralExpr
2747 void setLParenLoc(SourceLocation L) { LPLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::CStyleCastExpr
3236 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr

Completed in 97 milliseconds