Searched refs:processPathForFileMacro (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1707 processPathForFileMacro(FN, getLangOpts(), getTargetInfo()); in ExpandBuiltinMacro() 2104 void Preprocessor::processPathForFileMacro(SmallVectorImpl<char> &Path, in processPathForFileMacro() function in Preprocessor 2127 processPathForFileMacro(FileName, LangOpts, TI); in processPathToFileName()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 2920 static void processPathForFileMacro(SmallVectorImpl<char> &Path,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 2312 clang::Preprocessor::processPathForFileMacro(Path, Ctx.getLangOpts(), in EvaluateInContext() 2345 clang::Preprocessor::processPathForFileMacro(Path, Ctx.getLangOpts(), in EvaluateInContext()
|