Searched defs:wasInlined (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h85 const bool wasInlined; member in class:clang::ento::CheckerContext
91 bool wasInlined = false)
97 wasInlined(wasInlined) {
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp148 const Stmt *s, ExprEngine &eng, bool wasInlined = false)
150 WasInlined(wasInlined) {}
193 bool wasInlined)
194 : Kind(visitKind), WasInlined(wasInlined), Checkers(checkers),
260 bool wasInlined)
261 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers),
190 CheckObjCMessageContext(ObjCMessageVisitKind visitKind, const CheckersTy &checkers, const ObjCMethodCall &msg, ExprEngine &eng, bool wasInlined) argument
258 CheckCallContext(bool isPreVisit, const CheckersTy &checkers, const CallEvent &call, ExprEngine &eng, bool wasInlined) argument
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1102 bool DIARawSymbol::wasInlined() const { function in class:DIARawSymbol

Completed in 343 milliseconds