HomeSort by: relevance | last modified time | path
    Searched defs:ThisValue (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleList.h 48 const StringRef &operator*() const { return ThisValue; }
49 StringRef &operator*() { return ThisValue; }
63 StringRef ThisValue;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BinaryStreamArray.h 168 auto EC = Extract(IterRef, ThisLen, ThisValue);
197 return ThisValue;
202 return ThisValue;
217 auto EC = Extract(IterRef, ThisLen, ThisValue);
245 ValueType ThisValue;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 275 Address ThisValue = EmitPointerWithAlignment(Base, &BaseInfo, &TBAAInfo);
276 This = MakeAddrLValue(ThisValue, Base->getType(), BaseInfo, TBAAInfo);
CodeGenFunction.h 382 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {}
385 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {
405 virtual void setContextValue(llvm::Value *V) { ThisValue = V; }
407 virtual llvm::Value *getContextValue() const { return ThisValue; }
439 llvm::Value *ThisValue;

Completed in 30 milliseconds