Home
last modified time | relevance | path

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

/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/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()