Home
last modified time | relevance | path

Searched defs:getPointer (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h74 constexpr const T *getPointer() const { return &Storage.value(); } in getPointer() function
76 T *getPointer() { return &Storage.value(); } in getPointer() function
/llvm-project/llvm/include/llvm/Support/
H A DSMLoc.h34 constexpr const char *getPointer() const { return Ptr; } in getPointer() function
/llvm-project/clang/test/Analysis/
H A Dstack-frame-context-revision.cpp17 PointerTy getPointer() const { in getPointer() function
H A Dedges-new.mm316 - (int *)getPointer; method
/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h94 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
190 static PointerT getPointer(intptr_t Value) { in getPointer() function
H A DSmallBitVector.h95 BitVector *getPointer() const { in getPointer() function
/llvm-project/clang/lib/CodeGen/
H A DAddress.h65 llvm::Value *getPointer() const { getPointer() function
272 llvm::Constant *getPointer() const { getPointer() function
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp35 std::shared_ptr<Base> getPointer() { in getPointer() function
H A Dmake-unique.cpp80 std::unique_ptr<Base> getPointer() { in getPointer() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h413 static const llvm::APSInt *getPointer(const llvm::APSInt &Value) { getPointer() function
416 static const SymExpr *getPointer(const SymExpr *Value) { return Value; } getPointer() function
/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h218 uintptr_t getPointer() const { in getPointer() function
/llvm-project/clang/test/AST/Interp/
H A Drecords.cpp
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1664 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, getPointer() function