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

  /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...]
ExprObjC.h     [all...]
DeclObjC.h     [all...]
DeclCXX.h     [all...]
Expr.h     [all...]
Stmt.h     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 92 SourceLocation LParenLoc;
95 LParenLoc = PeekTok.getLocation();
127 if (LParenLoc.isValid()) {
134 PP.Diag(LParenLoc, diag::note_matching) << "(";
  /external/clang/lib/Parse/
ParsePragma.cpp 46 SourceLocation LParenLoc;
62 Info->LParenLoc, Info->RParenLoc);
263 SourceLocation LParenLoc = Tok.getLocation();
346 Info->LParenLoc = LParenLoc;
ParseExpr.cpp     [all...]
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...]
ParseDecl.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 664 milliseconds