Home
last modified time | relevance | path

Searched defs:methodType (Results 1 – 2 of 2) 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