Searched refs:KnownInstantiationDependent (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprCXX.cpp | 406 bool KnownInstantiationDependent) in UnresolvedLookupExpr() argument 409 KnownDependent, KnownInstantiationDependent, false), in UnresolvedLookupExpr() 424 bool KnownDependent, bool KnownInstantiationDependent) { in Create() argument 433 KnownInstantiationDependent); in Create() 442 bool KnownInstantiationDependent) { in Create() argument 452 Args, Begin, End, KnownDependent, KnownInstantiationDependent); in Create() 474 bool KnownInstantiationDependent, in OverloadExpr() argument 499 KnownInstantiationDependent, in OverloadExpr()
|
| HD | ComputeDependence.cpp | 793 bool KnownInstantiationDependent, in computeDependence() argument 798 if (KnownInstantiationDependent) in computeDependence()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | ComputeDependence.h | 161 bool KnownInstantiationDependent,
|
| HD | ExprCXX.h | 2999 bool KnownDependent, bool KnownInstantiationDependent, 3232 bool KnownDependent, bool KnownInstantiationDependent); 3251 bool KnownDependent, bool KnownInstantiationDependent); 3262 bool KnownInstantiationDependent);
|