HomeSort by: relevance | last modified time | path
    Searched refs:getcudaConfigureCallDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCUDA.cpp 53 FunctionDecl *ConfigDecl = Context.getcudaConfigureCallDecl();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1302 FunctionDecl *getcudaConfigureCallDecl() {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4445 if (Context.getcudaConfigureCallDecl()) {
4446 AddDeclRef(Context.getcudaConfigureCallDecl(), CUDASpecialDeclRefs);

Completed in 33 milliseconds