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

1 2

  /external/clang/include/clang/AST/
TypeLoc.h 864 SourceLocation LParenLoc;
873 return this->getLocalData()->LParenLoc;
879 this->getLocalData()->LParenLoc = Loc;
    [all...]
ExprObjC.h     [all...]
Expr.h     [all...]
DeclObjC.h     [all...]
ExprCXX.h     [all...]
Stmt.h     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 407 SourceLocation LParenLoc,
410 InitLoc, LParenLoc, RParenLoc);
460 SourceLocation LParenLoc,
464 InitLoc, LParenLoc, RParenLoc);
    [all...]
Sema.h     [all...]
DeclSpec.h     [all...]
  /external/clang/lib/Parse/
ParsePragma.cpp 44 SourceLocation LParenLoc;
54 Info->LParenLoc, Info->RParenLoc);
134 SourceLocation LParenLoc = Tok.getLocation();
223 Info->LParenLoc = LParenLoc;
ParseExpr.cpp     [all...]
ParseObjc.cpp 299 SourceLocation LParenLoc;
305 SourceLocation LParenLoc,
307 P(P), Props(Props), OCDS(OCDS), AtLoc(AtLoc), LParenLoc(LParenLoc),
339 P.Actions.ActOnProperty(P.getCurScope(), AtLoc, LParenLoc,
485 SourceLocation LParenLoc;
488 LParenLoc = Tok.getLocation();
493 OCDS, AtLoc, LParenLoc, MethodImplKind);
    [all...]
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 90 SourceLocation LParenLoc;
93 LParenLoc = PeekTok.getLocation();
125 if (LParenLoc.isValid()) {
132 PP.Diag(LParenLoc, diag::note_matching) << "(";
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaObjCProperty.cpp 104 SourceLocation LParenLoc,
139 Decl *Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
154 ObjCPropertyDecl *Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
206 SourceLocation LParenLoc,
241 PropertyId, AtLoc, LParenLoc, T);
270 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
335 ActOnProperty(S, AtLoc, LParenLoc, FD, ProtocolPropertyODS,
378 SourceLocation LParenLoc,
411 PropertyId, AtLoc, LParenLoc, TInfo);
    [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaAttr.cpp 193 SourceLocation LParenLoc, SourceLocation RParenLoc) {
SemaOverload.cpp     [all...]
SemaExprCXX.cpp 367 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc,
456 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc,
777 SourceLocation LParenLoc,
788 return BuildCXXTypeConstructExpr(TInfo, LParenLoc, exprs, RParenLoc);
797 SourceLocation LParenLoc,
811 LParenLoc,
816 bool ListInitialization = LParenLoc.isInvalid();
829 return BuildCXXFunctionalCastExpr(TInfo, LParenLoc, Arg, RParenLoc);
    [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ExprCXX.cpp     [all...]

Completed in 1012 milliseconds

1 2