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

  /external/clang/include/clang/Basic/
AddressSpaces.h 21 namespace LangAS {
TargetInfo.h 78 const LangAS::Map *AddrSpaceMap;
718 const LangAS::Map &getAddressSpaceMap() const {
  /external/clang/include/clang/AST/
ASTContext.h 369 const LangAS::Map *AddrSpaceMap;
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 24 static const LangAS::Map DefaultAddrSpaceMap = { 0 };
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
ASTContext.cpp 609 static const LangAS::Map *getAddressSpaceMap(const TargetInfo &T,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 535 PP.getIdentifierInfo("address_space"), Loc, LangAS::opencl_global);
541 PP.getIdentifierInfo("address_space"), Loc, LangAS::opencl_local);
547 PP.getIdentifierInfo("address_space"), Loc, LangAS::opencl_constant);
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 320 milliseconds