Home
last modified time | relevance | path

Searched refs:ASTAllocaAddressSpace (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypeCache.h97 LangAS ASTAllocaAddressSpace; member
115 LangAS getASTAllocaAddressSpace() const { return ASTAllocaAddressSpace; } in getASTAllocaAddressSpace()
DCodeGenModule.cpp133 ASTAllocaAddressSpace = getTargetCodeGenInfo().getASTAllocaAddressSpace(); in CodeGenModule()