Searched refs:wasInlined (Results 1 - 9 of 9) 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/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h204 bool wasInlined = false) {
205 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
212 bool wasInlined = false);
227 bool wasInlined = false) {
229 wasInlined);
247 bool wasInlined = false);
258 bool wasInlined = false) {
260 wasInlined);
267 bool wasInlined = false);
/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/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h198 bool wasInlined() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h207 virtual bool wasInlined() const = 0;
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp313 MOCK_SYMBOL_ACCESSOR(wasInlined)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp939 if (M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined)
H A DMallocChecker.cpp749 if (C.wasInlined)
1032 if (C.wasInlined)
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1102 bool DIARawSymbol::wasInlined() const { function in class:DIARawSymbol

Completed in 162 milliseconds