Home
last modified time | relevance | path

Searched defs:getEnvironment (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h158 const Environment& getEnvironment() const { return Env; } in getEnvironment() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp42 const Environment *StmtToEnvMap::getEnvironment(const Stmt &S) const { in getEnvironment() function in clang::dataflow::StmtToEnvMap
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h396 EnvironmentType getEnvironment() const { return Environment; } in getEnvironment() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h452 const IdentifierLoc *getEnvironment() const { in getEnvironment() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1646 DarwinEnvironmentKind getEnvironment() const { return Environment; } in getEnvironment() function