Home
last modified time | relevance | path

Searched defs:IsDereference (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2071 bool IsDereference, in CheckCompatibleReinterpretCast()
H A DSemaExpr.cpp13535 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable()
13567 bool IsDereference = false; in DiagnoseConstAssignment() local