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

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 356 std::string typeQuals;
377 typeQuals = "restrict";
380 typeQuals += typeQuals.empty() ? "const" : " const";
382 typeQuals += typeQuals.empty() ? "volatile" : " volatile";
398 typeQuals = "const";
400 typeQuals += typeQuals.empty() ? "volatile" : " volatile";
403 argTypeQuals.push_back(llvm::MDString::get(Context, typeQuals));
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 44 milliseconds