Home
last modified time | relevance | path

Searched defs:IsPointer (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp3415 unsigned IsPointer : 1; member in CatchHandlerType
3439 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType()
DSemaDeclAttr.cpp3546 bool IsPointer = (Attr.getName()->getName() == "pointer_with_type_tag"); in handleArgumentWithTypeTagAttr() local
DSemaDeclCXX.cpp3039 const bool IsPointer = MemberTy->isPointerType(); in CheckForDanglingReferenceOrPointer() local
/external/clang/lib/AST/
DMicrosoftMangle.cpp1429 bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() || in mangleType() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3550 bool IsPointer = T->isPointerType(); in getCatchableTypeArray() local