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

1 2

  /external/clang/include/clang/AST/
OpenMPClause.h 124 SourceLocation LParenLoc;
147 /// \param LParenLoc Location of '('.
152 SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N)
153 : OMPClause(K, StartLoc, EndLoc), LParenLoc(LParenLoc), NumVars(N) {}
177 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
179 SourceLocation getLParenLoc() const { return LParenLoc; }
200 SourceLocation LParenLoc;
229 /// \param LParenLoc Location of '('.
235 SourceLocation StartLoc, SourceLocation LParenLoc,
    [all...]
TypeLoc.h 1017 SourceLocation LParenLoc;
1026 return this->getLocalData()->LParenLoc;
1032 this->getLocalData()->LParenLoc = Loc;
    [all...]
ExprObjC.h     [all...]
Expr.h     [all...]
ExprCXX.h     [all...]
DeclObjC.h 733 SourceLocation LParenLoc; // location of '(' starting attribute list or null.
753 LParenLoc(LParenLocation), DeclType(T), DeclTypeSourceInfo(TSI),
776 SourceLocation getLParenLoc() const { return LParenLoc; }
777 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
    [all...]
  /external/clang/lib/AST/
OpenMPClause.cpp 173 SourceLocation LParenLoc, SourceLocation EndLoc,
178 new (Mem) OMPPrivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
204 SourceLocation LParenLoc, SourceLocation EndLoc,
209 new (Mem) OMPFirstprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
252 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
258 new (Mem) OMPLastprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
276 SourceLocation LParenLoc,
281 new (Mem) OMPSharedClause(StartLoc, LParenLoc, EndLoc, VL.size());
316 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
325 StartLoc, LParenLoc, Modifier, ModifierLoc, ColonLoc, EndLoc, VL.size())
    [all...]
ExprCXX.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateVariadic.cpp     [all...]
SemaObjCProperty.cpp 179 SourceLocation LParenLoc,
202 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
214 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
313 SourceLocation LParenLoc, SourceLocation &Loc) {
314 if (LParenLoc.isMacroID())
318 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
413 SourceLocation LParenLoc,
514 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc,
562 SourceLocation LParenLoc,
617 LParenLoc, T, TInfo)
    [all...]
DeclSpec.cpp 154 SourceLocation LParenLoc,
191 I.Fun.LParenLoc = LParenLoc.getRawEncoding();
    [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp 466 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc,
594 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
Initialization.h 491 SourceLocation LParenLoc,
494 InitLoc, LParenLoc, RParenLoc);
544 SourceLocation LParenLoc,
548 InitLoc, LParenLoc, RParenLoc);
    [all...]
DeclSpec.h     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
PPExpressions.cpp 97 SourceLocation LParenLoc;
100 LParenLoc = PeekTok.getLocation();
129 if (LParenLoc.isValid()) {
137 PP.Diag(LParenLoc, diag::note_matching) << tok::l_paren;
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseExprCXX.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 552 SMLoc LParenLoc = Parser.getTok().getLoc();
570 return X86Operand::CreateMem(Disp, LParenLoc, ExprEnd);
    [all...]

Completed in 3800 milliseconds

1 2