Searched defs:IsType (Results 1 – 13 of 13) sorted by relevance
45 def IsType(self, node): member in HubType
144 bool DecoderDatabase::IsType(uint8_t rtp_payload_type, in IsType() function in webrtc::DecoderDatabase
161 unsigned IsType : 1; member
1166 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
78 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local
4040 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr()
278 bool MessageLoop::IsType(Type type) const { in IsType() function in base::MessageLoop
2034 TEST_P(MessageLoopTest, IsType) { in TEST_P() argument
708 bool IsType = true; in visitKnownRecord() local
169 bool IsType; variable
119 def IsType(x): function
166 unsigned IsType : 1; // true if operand is a type, false if an expression. in LLVM_ALIGNAS() local
105 inline bool IsType() const { return type == MESSAGE || type == ENUM; } in IsType() function