Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DParsedAttr.cpp266 void ParsedAttr::handleAttrWithDelayedArgs(Sema &S, Decl *D) const { in handleAttrWithDelayedArgs() function in ParsedAttr
267 ::handleAttrWithDelayedArgs(S, D, *this); in handleAttrWithDelayedArgs()
H A DSemaDeclAttr.cpp8614 AL.handleAttrWithDelayedArgs(S, D); in ProcessDeclAttribute()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h634 void handleAttrWithDelayedArgs(Sema &S, Decl *D) const;