Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp53 FunctionDecl *ConfigDecl = Context.getcudaConfigureCallDecl(); in ActOnCUDAExecConfigExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1302 FunctionDecl *getcudaConfigureCallDecl() { in getcudaConfigureCallDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4445 if (Context.getcudaConfigureCallDecl()) { in WriteASTCore()
4446 AddDeclRef(Context.getcudaConfigureCallDecl(), CUDASpecialDeclRefs); in WriteASTCore()