Home
last modified time | relevance | path

Searched defs:parsing (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dpass-by-value.rst147 …'s Manual - Microsoft extensions: https://clang.llvm.org/docs/UsersManual.html#microsoft-extensions
153 …://web.archive.org/web/20140205194657/http://cpp-next.com/archive/2009/08/want-speed-pass-by-value/
/llvm-project/flang/examples/FlangOmpReport/
H A DFlangOmpReport.cpp54 Parsing &parsing = getParsing(); in executeAction() local
/llvm-project/flang/include/flang/Frontend/
H A DCompilerInstance.h53 std::shared_ptr<Fortran::parser::Parsing> parsing; global() variable
/llvm-project/flang/tools/bbc/
H A Dbbc.cpp296 Fortran::parser::Parsing parsing{semanticsContext.allCookedSources()}; convertFortranSourceToMLIR() local
[all...]
/llvm-project/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp166 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran() local
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp1375 parser::Parsing parsing{context_.allCookedSources()}; Read() local