HomeSort by relevance Sort by last modified time
    Searched refs:LParenLoc (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/include/clang/AST/
StmtOpenMP.h 75 SourceLocation LParenLoc;
98 OMPVarList(SourceLocation LParenLoc, unsigned N)
99 : LParenLoc(LParenLoc), NumVars(N) { }
112 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
114 SourceLocation getLParenLoc() const { return LParenLoc; }
135 SourceLocation LParenLoc;
158 /// \param LParenLoc Location of '('.
162 SourceLocation StartLoc, SourceLocation LParenLoc,
164 : OMPClause(OMPC_default, StartLoc, EndLoc), LParenLoc(LParenLoc)
    [all...]
TypeLoc.h 932 SourceLocation LParenLoc;
941 return this->getLocalData()->LParenLoc;
947 this->getLocalData()->LParenLoc = Loc;
    [all...]
ExprObjC.h     [all...]
Expr.h     [all...]
DeclObjC.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 236 SourceLocation LParenLoc,
243 ArgumentLoc, StartLoc, LParenLoc, EndLoc);
257 SourceLocation LParenLoc,
282 return new (Context) OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc,
289 SourceLocation LParenLoc,
294 Res = ActOnOpenMPPrivateClause(VarList, StartLoc, LParenLoc, EndLoc);
307 SourceLocation LParenLoc,
411 return OMPPrivateClause::Create(Context, StartLoc, LParenLoc, EndLoc, Vars);
SemaObjCProperty.cpp 143 SourceLocation LParenLoc,
174 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
187 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
285 SourceLocation LParenLoc, SourceLocation &Loc) {
286 if (LParenLoc.isMacroID())
290 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
327 SourceLocation LParenLoc,
364 PropertyId, AtLoc, LParenLoc, T);
397 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
461 ActOnProperty(S, AtLoc, LParenLoc, FD, ProtocolPropertyODS
    [all...]
TreeTransform.h     [all...]
SemaExprObjC.cpp     [all...]
SemaAttr.cpp 187 SourceLocation LParenLoc, SourceLocation RParenLoc) {
DeclSpec.cpp 150 SourceLocation LParenLoc,
184 I.Fun.LParenLoc = LParenLoc.getRawEncoding();
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
PPExpressions.cpp 92 SourceLocation LParenLoc;
95 LParenLoc = PeekTok.getLocation();
127 if (LParenLoc.isValid()) {
134 PP.Diag(LParenLoc, diag::note_matching) << "(";
  /external/clang/include/clang/Sema/
Initialization.h 473 SourceLocation LParenLoc,
476 InitLoc, LParenLoc, RParenLoc);
526 SourceLocation LParenLoc,
530 InitLoc, LParenLoc, RParenLoc);
    [all...]
Sema.h     [all...]
DeclSpec.h     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParsePragma.cpp 46 SourceLocation LParenLoc;
62 Info->LParenLoc, Info->RParenLoc);
263 SourceLocation LParenLoc = Tok.getLocation();
346 Info->LParenLoc = LParenLoc;
ParseExprCXX.cpp     [all...]
ParseObjc.cpp 316 SourceLocation LParenLoc;
322 SourceLocation LParenLoc,
324 P(P), Props(Props), OCDS(OCDS), AtLoc(AtLoc), LParenLoc(LParenLoc),
357 P.Actions.ActOnProperty(P.getCurScope(), AtLoc, LParenLoc,
503 SourceLocation LParenLoc;
506 LParenLoc = Tok.getLocation();
511 OCDS, AtLoc, LParenLoc, MethodImplKind);
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ExprCXX.cpp     [all...]
Stmt.cpp 856 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
    [all...]

Completed in 866 milliseconds

1 2