Home
last modified time | relevance | path

Searched refs:setDeclarationNameLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2152 void setDeclarationNameLoc(DeclarationNameLoc L) { DNLoc = L; } in setDeclarationNameLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5048 Function->setDeclarationNameLoc(PatternDecl->getNameInfo().getInfo()); in InstantiateFunctionDefinition()