HomeSort by relevance Sort by last modified time
    Searched refs:pointerType (Results 1 - 5 of 5) sorted by null

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 700 pointerType(pointee(builtinType()))))));
706 qualType(asString("int ***"), forEachDescendant(pointerType().bind("x"))),
727 varDecl(hasName("i"), hasType(qualType(has(pointerType()))))));
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaChecking.cpp 745 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>();
746 if (!pointerType) {
753 QualType AtomTy = pointerType->getPointeeType(); // 'A'
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 134 cast<llvm::PointerType>(V->getType()));
538 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
544 assert(isa<llvm::PointerType>(Src->getType()));
687 if (isa<llvm::PointerType>(DstTy)) {
689 if (isa<llvm::PointerType>(SrcTy))
703 if (isa<llvm::PointerType>(SrcTy)) {
    [all...]

Completed in 118 milliseconds