Searched refs:ArgDependent (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 866 bool ArgDependent = false; in handleDiagnoseIfAttr() local 868 ArgDependent = ArgumentDependenceChecker(FD).referencesArgs(Cond); in handleDiagnoseIfAttr() 870 S.Context, AL, Cond, Msg, DiagType, ArgDependent, cast<NamedDecl>(D))); in handleDiagnoseIfAttr()
|
| H A D | SemaOverload.cpp | 7224 bool ArgDependent, SourceLocation Loc, in diagnoseDiagnoseIfAttrsWith() argument 7228 if (ArgDependent == DIA->getArgDependent()) in diagnoseDiagnoseIfAttrsWith()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 3307 BoolArgument<"ArgDependent", 0, /*fake*/ 1>,
|