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

  /external/clang/include/clang/Basic/
AddressSpaces.h 20 namespace LangAS {
TargetInfo.h 83 const LangAS::Map *AddrSpaceMap;
562 const LangAS::Map &getAddressSpaceMap() const {
  /external/clang/lib/Basic/
TargetInfo.cpp 23 static const LangAS::Map DefaultAddrSpaceMap = { 0 };
  /external/clang/include/clang/AST/
ASTContext.h 321 const LangAS::Map &AddrSpaceMap;
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 345 PP.getIdentifierInfo("address_space"), Loc, LangAS::opencl_global);
351 PP.getIdentifierInfo("address_space"), Loc, LangAS::opencl_local);
357 PP.getIdentifierInfo("address_space"), Loc, LangAS::opencl_constant);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 198 static const LangAS::Map &getAddressSpaceMap(const TargetInfo &T,
    [all...]

Completed in 45 milliseconds