HomeSort by relevance Sort by last modified time
    Searched defs:LParenLoc (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/Lex/
PPExpressions.cpp 91 SourceLocation LParenLoc;
94 LParenLoc = PeekTok.getLocation();
125 if (LParenLoc.isValid()) {
133 PP.Diag(LParenLoc, diag::note_matching) << tok::l_paren;
  /external/clang/include/clang/AST/
OpenMPClause.h 73 SourceLocation LParenLoc;
102 /// \param LParenLoc Location of '('.
107 SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N)
108 : OMPClause(K, StartLoc, EndLoc), LParenLoc(LParenLoc), NumVars(N) {}
132 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
134 SourceLocation getLParenLoc() const { return LParenLoc; }
157 SourceLocation LParenLoc;
169 /// \param LParenLoc Location of '('.
173 OMPIfClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc,
    [all...]
ExprObjC.h     [all...]
DeclCXX.h     [all...]
DeclObjC.h     [all...]
Stmt.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParsePragma.cpp 307 SourceLocation LParenLoc;
323 Info->LParenLoc, Info->RParenLoc);
714 SourceLocation LParenLoc = Tok.getLocation();
797 Info->LParenLoc = LParenLoc;
    [all...]
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseObjc.cpp 320 SourceLocation LParenLoc;
326 SourceLocation LParenLoc,
328 P(P), Props(Props), OCDS(OCDS), AtLoc(AtLoc), LParenLoc(LParenLoc),
361 P.Actions.ActOnProperty(P.getCurScope(), AtLoc, LParenLoc,
507 SourceLocation LParenLoc;
510 LParenLoc = Tok.getLocation();
515 OCDS, AtLoc, LParenLoc, MethodImplKind);
    [all...]
ParseDecl.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 352 milliseconds