/external/clang/include/clang/AST/ |
OpenMPClause.h | 79 SourceLocation LParenLoc; 108 /// \param LParenLoc Location of '('. 113 SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) 114 : OMPClause(K, StartLoc, EndLoc), LParenLoc(LParenLoc), NumVars(N) {} 138 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } 140 SourceLocation getLParenLoc() const { return LParenLoc; } 163 SourceLocation LParenLoc; 192 /// \param LParenLoc Location of '('. 198 SourceLocation StartLoc, SourceLocation LParenLoc, [all...] |
TypeLoc.h | 1017 SourceLocation LParenLoc; 1026 return this->getLocalData()->LParenLoc; 1032 this->getLocalData()->LParenLoc = Loc; [all...] |
ExprObjC.h | [all...] |
ExprCXX.h | [all...] |
Expr.h | [all...] |
/external/clang/lib/AST/ |
OpenMPClause.cpp | 40 SourceLocation LParenLoc, SourceLocation EndLoc, 47 new (Mem) OMPPrivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); 75 SourceLocation LParenLoc, SourceLocation EndLoc, 82 new (Mem) OMPFirstprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); 126 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, 133 new (Mem) OMPLastprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); 151 SourceLocation LParenLoc, 158 new (Mem) OMPSharedClause(StartLoc, LParenLoc, EndLoc, VL.size()); 195 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, 205 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, 311 SourceLocation LParenLoc, SourceLocation &Loc) { 312 if (LParenLoc.isMacroID()) 316 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc); 412 SourceLocation LParenLoc, 510 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc, 558 SourceLocation LParenLoc, 613 LParenLoc, T, TInfo) [all...] |
SemaExpr.cpp | [all...] |
DeclSpec.cpp | 154 SourceLocation LParenLoc, 191 I.Fun.LParenLoc = LParenLoc.getRawEncoding(); [all...] |
SemaExprCXX.cpp | 466 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, 553 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, [all...] |
/frameworks/compile/slang/ |
slang_rs_foreach_lowering.cpp | 302 clang::SourceLocation lparenloc; local 307 lparenloc = args[allocArgIndexStart]->getExprLoc(); 313 lparenloc, 320 lparenloc,
|
/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...] |
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | [all...] |
PPExpressions.cpp | 91 SourceLocation LParenLoc; 94 LParenLoc = PeekTok.getLocation(); 123 if (LParenLoc.isValid()) { 131 PP.Diag(LParenLoc, diag::note_matching) << tok::l_paren;
|
/external/clang/lib/Parse/ |
ParseExpr.cpp | [all...] |
ParseExprCXX.cpp | [all...] |
ParsePragma.cpp | 342 SourceLocation LParenLoc; 359 Info->LParenLoc, Info->RParenLoc); [all...] |