Home
last modified time | relevance | path

Searched defs:LangOpt (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp415 const LangOptions &LangOpt, in fixType()
H A DPrintfFormatString.cpp747 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt, in fixType() argument
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp522 LangOptions &LangOpt; member in __anone893c5040211::ASTInfoCollector
532 LangOptions &LangOpt, in ASTInfoCollector() argument
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DSourceCode.cpp635 auto LangOpt = format::getFormattingLangOpts(Style); in collectIdentifiers() local