HomeSort by relevance Sort by last modified time
    Searched defs:getPointeeType (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolTypePointer.cpp 24 std::unique_ptr<PDBSymbol> PDBSymbolTypePointer::getPointeeType() const {
  /external/clang/lib/AST/
Type.cpp 51 return ty->getPointeeType().getBaseTypeIdentifier();
387 return PT->getPointeeType()->isVoidType();
415 QualType Type::getPointeeType() const {
417 return PT->getPointeeType();
419 return OPT->getPointeeType();
421 return BPT->getPointeeType();
423 return RT->getPointeeType();
425 return MPT->getPointeeType();
427 return DT->getPointeeType();
696 QualType pointeeType = recurse(T->getPointeeType());
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 56 inline const clang::Type* GetPointeeType(const clang::PointerType *T) {
60 return GetCanonicalType(T->getPointeeType());
476 inline const RSExportType *getPointeeType() const { return mPointeeType; }
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Type.h     [all...]

Completed in 854 milliseconds