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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp116 int AArgNum = getParameterNum(A.getIdentifierInfo());
119 if (AArgNum != Other.getParameterNum(B.getIdentifierInfo()))
H A DTokenLexer.cpp370 int ArgNo = Macro->getParameterNum(Tokens[I+1].getIdentifierInfo());
417 int ArgNo = II ? Macro->getParameterNum(II) : -1;
H A DPPDirectives.cpp2640 MI->getParameterNum(Tok.getIdentifierInfo()) == -1)) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h189 int getParameterNum(const IdentifierInfo *Arg) const { function in class:clang::MacroInfo

Completed in 107 milliseconds