Searched refs:KnownInstantiationDependent (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | 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()
|
| H A D | ComputeDependence.cpp | 794 bool KnownInstantiationDependent, in computeDependence() argument 799 if (KnownInstantiationDependent) in computeDependence()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 163 bool KnownInstantiationDependent,
|
| H A D | ExprCXX.h | 3125 bool KnownDependent, bool KnownInstantiationDependent, 3358 bool KnownDependent, bool KnownInstantiationDependent); 3377 bool KnownDependent, bool KnownInstantiationDependent); 3388 bool KnownInstantiationDependent);
|