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

  /external/llvm/include/llvm/Analysis/
DIBuilder.h 101 /// createNullPtrType - Create C++0x nullptr type.
102 DIType createNullPtrType(StringRef Name);
  /external/llvm/lib/Analysis/
DIBuilder.cpp 149 /// createNullPtrType - Create C++0x nullptr type.
150 DIType DIBuilder::createNullPtrType(StringRef Name) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 332 createNullPtrType(BT->getName(CGM.getContext().getLangOptions()));
    [all...]

Completed in 326 milliseconds