Home
last modified time | relevance | path

Searched defs:Clear (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp26 void FunctionScopeInfo::Clear() { in Clear() function in FunctionScopeInfo
H A DSemaTemplateInstantiate.cpp347 void Sema::InstantiatingTemplate::Clear() { in Clear() function in Sema::InstantiatingTemplate
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h489 void Clear() { in Clear() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp246 static uint64_t updateImm(uint64_t Imm, unsigned Idx, bool Clear) { in updateImm()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h704 void Clear() { CurDiagID = ~0U; } in Clear() function
901 void Clear() const { in Clear() function
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1845 void TestResult::Clear() { in Clear() function in testing::TestResult