Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp1111 bool ArgDependent = false; in handleDiagnoseIfAttr() local
1113 ArgDependent = ArgumentDependenceChecker(FD).referencesArgs(Cond); in handleDiagnoseIfAttr()
1115 S.Context, AL, Cond, Msg, DiagType, ArgDependent, cast<NamedDecl>(D))); in handleDiagnoseIfAttr()
H A DSemaOverload.cpp6755 bool ArgDependent, SourceLocation Loc, in diagnoseDiagnoseIfAttrsWith() argument
6759 if (ArgDependent == DIA->getArgDependent()) in diagnoseDiagnoseIfAttrsWith()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td2835 BoolArgument<"ArgDependent", 0, /*fake*/ 1>,