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

  /external/clang/include/clang/AST/
ASTContext.h 774 CanQualType WCharTy; // [C++ 3.9.1p5].
775 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99.
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 877 QualTypeMatchesBitSize (bit_size, ast, ast->WCharTy))
878 return ClangASTType (ast, ast->WCharTy.getAsOpaquePtr());
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 727 Result = Context.WCharTy;
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 529 milliseconds