Home
last modified time | relevance | path

Searched refs:getLangASForBuiltinAddressSpace (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2904 LangAS getLangASForBuiltinAddressSpace(unsigned AS) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11983 Context.getLangASForBuiltinAddressSpace(AddrSpace)); in DecodeTypeFromStr()
13874 LangAS ASTContext::getLangASForBuiltinAddressSpace(unsigned AS) const { in getLangASForBuiltinAddressSpace() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7832 NewVD->getType(), Context.getLangASForBuiltinAddressSpace(1)); in ActOnVariableDeclarator()