Home
last modified time | relevance | path

Searched refs:ActOnObjCInstanceType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h115 ParsedType ActOnObjCInstanceType(SourceLocation Loc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp740 ParsedType SemaObjC::ActOnObjCInstanceType(SourceLocation Loc) { in ActOnObjCInstanceType() function in clang::SemaObjC
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3817 ParsedType TypeRep = Actions.ObjC().ActOnObjCInstanceType(Loc); in ParseDeclarationSpecifiers()