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

  /external/clang/lib/CodeGen/
CodeGenModule.h 604 /// GetConstantArrayFromStringLiteral - Return a constant array for the given
606 llvm::Constant *GetConstantArrayFromStringLiteral(const StringLiteral *E);
    [all...]
CodeGenModule.cpp     [all...]
CGExprConstant.cpp 874 return CGM.GetConstantArrayFromStringLiteral(E);
    [all...]

Completed in 36 milliseconds