Searched defs:isCast (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DNodeIntrospection.h46 bool isCast() const { return m_flags & IsCast; } function in class:clang::tooling::LocationCall
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h168 bool isCast() const { return isCast(getOpcode()); } function in class:llvm::Instruction
220 static inline bool isCast(unsigned OpCode) { function in class:llvm::Instruction
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11242 static bool isCast(CheckedConversionKind CCK) { function

Completed in 229 milliseconds