Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExprConcepts.h190 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent() function
/external/clang/lib/AST/
DType.cpp562 setDependent(); in ObjCObjectType()
2676 setDependent(); in FunctionProtoType()
/external/clang/lib/Serialization/
DASTReader.cpp5466 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent); in readTypeRecord()
5479 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent); in readTypeRecord()
5655 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent); in readTypeRecord()
/external/clang/include/clang/AST/
DType.h1519 void setDependent(bool D = true) {