Home
last modified time | relevance | path

Searched refs:ConstructLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp107 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()
DSemaDeclCXX.cpp11298 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/
DSema.h4193 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
4203 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,