Searched refs:ArgDependent (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 1014 bool ArgDependent = false; in handleDiagnoseIfAttr() local 1016 ArgDependent = ArgumentDependenceChecker(FD).referencesArgs(Cond); in handleDiagnoseIfAttr() 1018 S.Context, AL, Cond, Msg, DiagType, ArgDependent, cast<NamedDecl>(D))); in handleDiagnoseIfAttr()
|
| H A D | SemaOverload.cpp | 6675 bool ArgDependent, SourceLocation Loc, in diagnoseDiagnoseIfAttrsWith() argument 6679 if (ArgDependent == DIA->getArgDependent()) in diagnoseDiagnoseIfAttrsWith()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Attr.td | 2678 BoolArgument<"ArgDependent", 0, /*fake*/ 1>,
|