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

  /external/clang/include/clang/Basic/
AddressSpaces.h 20 namespace LangAS {
TargetInfo.h 89 const LangAS::Map *AddrSpaceMap;
656 const LangAS::Map &getAddressSpaceMap() const {
  /external/clang/lib/Basic/
TargetInfo.cpp 24 static const LangAS::Map DefaultAddrSpaceMap = { 0 };
  /external/clang/include/clang/AST/
ASTContext.h 369 const LangAS::Map *AddrSpaceMap;
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
ASTContext.cpp 201 static const LangAS::Map *getAddressSpaceMap(const TargetInfo &T,
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 386 PP.getIdentifierInfo("address_space"), Loc, LangAS::opencl_global);
392 PP.getIdentifierInfo("address_space"), Loc, LangAS::opencl_local);
398 PP.getIdentifierInfo("address_space"), Loc, LangAS::opencl_constant);
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 327 milliseconds