Home
last modified time | relevance | path

Searched refs:IsAttached (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DRawCommentList.h64 return IsAttached; in isAttached()
68 IsAttached = true; in setAttached()
158 bool IsAttached : 1; variable
167 IsAttached(false), IsTrailingComment(IsTrailingComment), in RawComment()
/external/clang/include/clang/AST/
DRawCommentList.h60 return IsAttached; in isAttached()
64 IsAttached = true; in setAttached()
137 bool IsAttached : 1; variable
151 IsAttached(false), IsTrailingComment(IsTrailingComment), in RawComment()
/external/skia/src/sksl/
DSkSLContext.cpp15 SkASSERT(!Pool::IsAttached()); in Context()
DSkSLContext.h32 SkASSERT(!Pool::IsAttached()); in ~Context()
DSkSLPool.h50 static bool IsAttached();
DSkSLPool.cpp73 bool Pool::IsAttached() { in IsAttached() function in SkSL::Pool
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionRegistry.cs42 SpinLock spinLock = new SpinLock(Debugger.IsAttached);
/external/clang/lib/AST/
DRawCommentList.cpp112 IsAttached(false), IsTrailingComment(false), IsAlmostTrailingComment(false), in RawComment()
/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp112 IsAttached(false), IsTrailingComment(false), in RawComment()