HomeSort by relevance Sort by last modified time
    Searched refs:BlockDescriptorExtendedType (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ASTContext.h 219 mutable RecordDecl *BlockDescriptorExtendedType;
586 /// Get the BlockDescriptorExtendedType type, or NULL if it hasn't yet been
589 if (BlockDescriptorExtendedType)
590 return getTagDeclType(BlockDescriptorExtendedType);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 227 BlockDescriptorExtendedType(0), cudaConfigureCallDecl(0),
    [all...]

Completed in 16 milliseconds