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

1 2

  /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...]
TypeLoc.h 935 SourceLocation LParenLoc;
944 return this->getLocalData()->LParenLoc;
950 this->getLocalData()->LParenLoc = Loc;
    [all...]
ExprObjC.h     [all...]
ExprCXX.h     [all...]
Expr.h     [all...]
DeclObjC.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
SemaExprObjC.cpp     [all...]
SemaObjCProperty.cpp 139 SourceLocation LParenLoc,
170 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
183 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
275 SourceLocation LParenLoc, SourceLocation &Loc) {
276 if (LParenLoc.isMacroID())
280 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
316 SourceLocation LParenLoc,
350 PropertyId, AtLoc, LParenLoc, T);
383 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
479 ActOnProperty(S, AtLoc, LParenLoc, FD, ProtocolPropertyODS
    [all...]
DeclSpec.cpp 151 SourceLocation LParenLoc,
185 I.Fun.LParenLoc = LParenLoc.getRawEncoding();
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 854 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
    [all...]
DeclCXX.cpp     [all...]
ExprCXX.cpp     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
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/lib/Parse/
ParseExpr.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...]
ParsePragma.cpp 307 SourceLocation LParenLoc;
323 Info->LParenLoc, Info->RParenLoc);
714 SourceLocation LParenLoc = Tok.getLocation();
797 Info->LParenLoc = LParenLoc;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
Initialization.h 490 SourceLocation LParenLoc,
493 InitLoc, LParenLoc, RParenLoc);
543 SourceLocation LParenLoc,
547 InitLoc, LParenLoc, RParenLoc);
    [all...]
DeclSpec.h     [all...]

Completed in 638 milliseconds

1 2