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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 714 pointerType(pointee(builtinType()))))));
720 qualType(asString("int ***"), forEachDescendant(pointerType().bind("x"))),
741 varDecl(hasName("i"), hasType(qualType(has(pointerType()))))));
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 355 REGISTER_MATCHER(pointerType);
  /external/chromium_org/third_party/polymer/
polymer.min.js     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaChecking.cpp 483 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>();
484 if (!pointerType) {
493 QualType ValType = pointerType->getPointeeType();
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 134 cast<llvm::PointerType>(V->getType()));
542 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
548 assert(isa<llvm::PointerType>(Src->getType()));
722 if (isa<llvm::PointerType>(DstTy)) {
724 if (isa<llvm::PointerType>(SrcTy))
738 if (isa<llvm::PointerType>(SrcTy)) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 1237 milliseconds