Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h261 static bool methodType() { return false; } in methodType() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp930 tok::TokenKind methodType = Tok.getKind(); in ParseObjCMethodPrototype() local
932 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp746 assert(!MissingFeatures::methodType()); in matchAndRewrite()
1685 assert(!cir::MissingFeatures::methodType()); in matchAndRewrite()