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 873 SourceLocation LParenLoc;
882 return this->getLocalData()->LParenLoc;
888 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 410 SourceLocation LParenLoc,
413 InitLoc, LParenLoc, RParenLoc);
463 SourceLocation LParenLoc,
467 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/Sema/
SemaObjCProperty.cpp 115 SourceLocation LParenLoc,
145 Decl *Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
161 ObjCPropertyDecl *Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
214 SourceLocation LParenLoc, SourceLocation &Loc) {
215 if (LParenLoc.isMacroID())
219 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
256 SourceLocation LParenLoc,
291 PropertyId, AtLoc, LParenLoc, T);
320 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
383 ActOnProperty(S, AtLoc, LParenLoc, FD, ProtocolPropertyODS
    [all...]
TreeTransform.h     [all...]
SemaExprObjC.cpp     [all...]
SemaAttr.cpp 193 SourceLocation LParenLoc, SourceLocation RParenLoc) {
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp 368 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc,
467 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc,
787 SourceLocation LParenLoc,
798 return BuildCXXTypeConstructExpr(TInfo, LParenLoc, exprs, RParenLoc);
807 SourceLocation LParenLoc,
815 LParenLoc,
823 bool ListInitialization = LParenLoc.isInvalid();
835 return BuildCXXFunctionalCastExpr(TInfo, LParenLoc, Arg, RParenLoc);
    [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/AST/
DeclCXX.cpp     [all...]
ExprCXX.cpp     [all...]
DeclObjC.cpp     [all...]

Completed in 419 milliseconds

1 2