Searched refs:ConstructLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 107 SourceLocation ConstructLoc; member 120 ConstructLoc(Loc), OrderedRegion(), NowaitRegion(false), in SharingMapTy() 125 ConstructLoc(), OrderedRegion(), NowaitRegion(false), in SharingMapTy() 331 SourceLocation getConstructLoc() { return Stack.back().ConstructLoc; } in getConstructLoc() 728 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()
|
D | SemaDeclCXX.cpp | 11298 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 11325 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, Constructor, in BuildCXXConstructExpr() 11335 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 11344 MarkFunctionReferenced(ConstructLoc, Constructor); in BuildCXXConstructExpr() 11346 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4193 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 4203 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
|