Home
last modified time | relevance | path

Searched defs:ITC (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default.cpp262 struct ITC { struct
263 ITC() try {} catch(...) {} in ITC() argument
264 ~ITC() try {} catch(...) {} in ~ITC() argument
H A Duse-equals-default-copy.cpp481 struct ITC { struct
482 ITC(const ITC &Other) in ITC() argument
486 ITC &operator=(const ITC &Other) try { in operator =() argument
490 int Field;
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6305 ImplicitTypenameContext ITC = IsFriend && !SS.isSet() isConstructorDeclarator() local