Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp12888 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
12917 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr()
12926 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
12938 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr()
12939 if (DiagnoseUseOfDecl(Constructor, ConstructLoc)) in BuildCXXConstructExpr()
12944 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
12952 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
12966 MarkFunctionReferenced(ConstructLoc, Constructor); in BuildCXXConstructExpr()
12967 if (getLangOpts().CUDA && !CheckCUDACall(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
12971 Context, DeclInitType, ConstructLoc, Constructor, Elidable, in BuildCXXConstructExpr()
H A DSemaOpenMP.cpp133 SourceLocation ConstructLoc; member
154 ConstructLoc(Loc) {} in SharingMapTy()
566 : Stack.back().first.back().ConstructLoc; in getConstructLoc()
1200 IterTarget->ConstructLoc); in getTopDSA()
1377 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4699 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
4710 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
4721 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,