Home
last modified time | relevance | path

Searched refs:setExplicitObjectParameterLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1861 void setExplicitObjectParameterLoc(SourceLocation Loc) { in setExplicitObjectParameterLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4865 First->setExplicitObjectParameterLoc(SourceLocation()); in GetFullTypeForDeclarator()
5220 Param->setExplicitObjectParameterLoc(SourceLocation()); in GetFullTypeForDeclarator()
H A DSemaTemplateInstantiate.cpp3360 NewParm->setExplicitObjectParameterLoc( in SubstParmVarDecl()
H A DSemaExprCXX.cpp8037 Param->setExplicitObjectParameterLoc(SourceLocation()); in ActOnStartRequiresExpr()
H A DSemaDecl.cpp15311 P->setExplicitObjectParameterLoc(ExplicitThisLoc); in CheckExplicitObjectParameter()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4925 ToParam->setExplicitObjectParameterLoc(*LocOrErr); in ImportDefaultArgOfParmVarDecl()