Searched defs:getPointer (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/Support/
H A DSMLoc.h34 const char *getPointer() const { return Ptr; } function in class:llvm::SMLoc
/external/llvm/include/llvm/ADT/
H A DOptional.h41 const T* getPointer() const { assert(hasVal); return &x; } function in class:llvm::Optional
46 const T* operator->() const { return getPointer(); }
56 return Val.getPointer();
H A DPointerIntPair.h67 PointerTy getPointer() const { function in class:llvm::PointerIntPair
95 assert(Value == reinterpret_cast<intptr_t>(getPointer()) &&
H A DSmallBitVector.h87 BitVector *getPointer() const { function in class:llvm::SmallBitVector
152 switchToLarge(new BitVector(*RHS.getPointer()));
157 delete getPointer();
162 return isSmall() ? getSmallSize() == 0 : getPointer()->empty();
167 return isSmall() ? getSmallSize() : getPointer()->size();
180 return getPointer()->count();
187 return getPointer()->any();
194 return getPointer()->all();
201 return getPointer()->none();
217 return getPointer()
[all...]
/external/icu4c/common/
H A Dpropname.h194 inline const int8_t* getPointer(Offset o) const { function in class:PropertyAliases
199 return o ? getPointer(o) : NULL;
385 const char* name = (const char*) data.getPointer(n[i]);
/external/clang/include/clang/AST/
H A DVTableBuilder.h123 return reinterpret_cast<CXXRecordDecl *>(getPointer());
129 return reinterpret_cast<CXXMethodDecl *>(getPointer());
136 return reinterpret_cast<CXXDestructorDecl *>(getPointer());
142 return reinterpret_cast<CXXMethodDecl *>(getPointer());
175 uintptr_t getPointer() const { function in class:clang::VTableComponent
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h207 Value *getPointer() const { return CurNode->getValue(); } function
/external/clang/include/clang/Sema/
H A DDeclSpec.h1274 /// getPointer - Return a DeclaratorChunk for a pointer.
1276 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, function in struct:clang::DeclaratorChunk

Completed in 547 milliseconds