Home
last modified time | relevance | path

Searched refs:diagAppertainsToDecl (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/examples/Attribute/
DAttribute.cpp37 bool diagAppertainsToDecl(Sema &S, const ParsedAttr &Attr, in diagAppertainsToDecl() function
/external/llvm-project/clang/examples/CallSuperAttribute/
DCallSuperAttrInfo.cpp165 bool diagAppertainsToDecl(Sema &S, const ParsedAttr &Attr, in diagAppertainsToDecl() function
/external/llvm-project/clang/lib/Sema/
DParsedAttr.cpp159 return getInfo().diagAppertainsToDecl(S, *this, D); in diagnoseAppertainsTo()
/external/llvm-project/clang/docs/
DClangPlugins.rst106 * ``diagAppertainsToDecl``, which checks if the attribute has been used on the
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h79 virtual bool diagAppertainsToDecl(Sema &S, const ParsedAttr &Attr, in diagAppertainsToDecl() function