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 102 /// createNullPtrType - Create C++0x nullptr type.
103 DIType createNullPtrType(StringRef Name);
  /external/llvm/lib/Analysis/
DIBuilder.cpp 151 /// createNullPtrType - Create C++0x nullptr type.
152 DIType DIBuilder::createNullPtrType(StringRef Name) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 348 createNullPtrType(BT->getName(CGM.getContext().getLangOpts()));
    [all...]

Completed in 200 milliseconds