HomeSort by: relevance | last modified time | path
    Searched defs:isCast (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
NodeIntrospection.h 38 enum LocationCallFlags { NoFlags, ReturnsPointer, IsCast };
46 bool isCast() const { return m_flags & IsCast; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 168 bool isCast() const { return isCast(getOpcode()); }
220 static inline bool isCast(unsigned OpCode) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11242 static bool isCast(CheckedConversionKind CCK) {

Completed in 22 milliseconds