Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp278 void ParsedAttr::handleAttrWithDelayedArgs(Sema &S, Decl *D) const { in handleAttrWithDelayedArgs() function in ParsedAttr
279 ::handleAttrWithDelayedArgs(S, D, *this); in handleAttrWithDelayedArgs()
H A DSemaDeclAttr.cpp6293 AL.handleAttrWithDelayedArgs(S, D); in ProcessDeclAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h535 void handleAttrWithDelayedArgs(Sema &S, Decl *D) const;