Home
last modified time | relevance | path

Searched defs:getSemantics (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/include/flang/Frontend/
H A DCompilerInstance.h145 Fortran::semantics::Semantics &getSemantics() { return *semantics; } getSemantics() function
146 const Fortran::semantics::Semantics &getSemantics() const { getSemantics() function
/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h441 const fltSemantics &getSemantics() const { return *semantics; } getSemantics() function
1356 const fltSemantics &getSemantics() const { return *U.semantics; } getSemantics() function
[all...]
/llvm-project/clang/include/clang/AST/
H A DExpr.h1674 const llvm::fltSemantics &getSemantics() const { in getSemantics() function