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

/external/clang/lib/CodeGen/
H A DCGRTTI.cpp107 /// \param Force - true to force the creation of this RTTI value
108 llvm::Constant *BuildTypeInfo(QualType Ty, bool Force = false);
549 llvm::Constant *RTTIBuilder::BuildTypeInfo(QualType Ty, bool Force) { argument
569 if (!Force && (IsStdLib || ShouldUseExternalRTTIDescriptor(CGM, Ty)))
/external/clang/lib/Basic/
H A DDiagnostic.cpp390 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { argument
394 if (Force) {
417 if (!Force && DelayedDiagID && DelayedDiagID != DiagID)
/external/webkit/Source/WebCore/dom/
H A DNode.h131 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force }; enumerator in enum:WebCore::Node::StyleChange

Completed in 209 milliseconds