Home
last modified time | relevance | path

Searched refs:setDependent (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeProperties.td456 const_cast<Type*>(result.getTypePtr())->setDependent(dependent);
465 const_cast<Type*>(result.getTypePtr())->setDependent(dependent);
608 const_cast<Type*>(result.getTypePtr())->setDependent(dependent);
HDExprConcepts.h185 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent() function
HDType.h1850 void setDependent(bool D = true) {
4845 setDependent();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp686 setDependent(); in ObjCObjectType()
2982 setDependent(); in FunctionProtoType()
3049 setDependent(); in FunctionProtoType()
3053 setDependent(); in FunctionProtoType()