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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 403 TypeDecl *ucontext_tDecl = nullptr;
1836 void setucontext_tDecl(TypeDecl *ucontext_tDecl) {
1837 this->ucontext_tDecl = ucontext_tDecl;
1842 if (ucontext_tDecl)
1843 return getTypeDeclType(ucontext_tDecl);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 4966 if (!Context.ucontext_tDecl) {

Completed in 63 milliseconds