Searched defs:cast_convert_decl_context (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h1757 struct cast_convert_decl_context { struct in namespace:clang
1769 struct cast_convert_decl_context<ToTy, true> { struct in namespace:clang
1797 return *::clang::cast_convert_decl_context<ToTy>::doit(&Val);
1803 return *::clang::cast_convert_decl_context<ToTy>::doit(&Val);
1810 return ::clang::cast_convert_decl_context<ToTy>::doit(Val);
1816 return ::clang::cast_convert_decl_context<ToTy>::doit(Val);

Completed in 372 milliseconds