Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp1014 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 DSemaOverload.cpp6675 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 DAttr.td2678 BoolArgument<"ArgDependent", 0, /*fake*/ 1>,