Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12328 QualType CharPP = in CheckMain() local
12330 QualType Expected[] = { Context.IntTy, CharPP, CharPP, CharPP }; in CheckMain()
12339 else if (Expected[i] == CharPP) { in CheckMain()