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

/external/clang/include/clang/AST/
H A DDeclBase.h1678 struct cast_convert_decl_context { struct in namespace:clang
1690 struct cast_convert_decl_context<ToTy, true> { struct in namespace:clang
1718 return *::clang::cast_convert_decl_context<ToTy>::doit(&Val);
1724 return *::clang::cast_convert_decl_context<ToTy>::doit(&Val);
1731 return ::clang::cast_convert_decl_context<ToTy>::doit(Val);
1737 return ::clang::cast_convert_decl_context<ToTy>::doit(Val);

Completed in 81 milliseconds