/minix3/external/bsd/llvm/dist/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 48 static bool startsNextParameter(const FormatToken &Current, in startsNextParameter() 93 const FormatToken &Current = *State.NextToken; in canBreak() local 136 const FormatToken &Current = *State.NextToken; in mustBreak() local 241 const FormatToken &Current = *State.NextToken; in addTokenToState() local 269 FormatToken &Current = *State.NextToken; in addTokenOnCurrentLine() local 370 FormatToken &Current = *State.NextToken; in addTokenOnNewLine() local 499 FormatToken &Current = *State.NextToken; in getNewLineColumn() local 598 const FormatToken &Current = *State.NextToken; in moveStateToNextToken() local 708 const FormatToken &Current = *State.NextToken; in moveStatePastFakeLParens() local 798 const FormatToken &Current = *State.NextToken; in moveStatePastScopeOpener() local [all …]
|
H A D | TokenAnnotator.cpp | 355 void updateParameterCount(FormatToken *Left, FormatToken *Current) { in updateParameterCount() 747 void modifyContext(const FormatToken &Current) { in modifyContext() 800 void determineTokenType(FormatToken &Current) { in determineTokenType() 1294 FormatToken *Current; member in clang::format::__anonb9da587c0111::ExpressionParser 1342 static bool isFunctionDeclarationName(const FormatToken &Current) { in isFunctionDeclarationName() 1386 FormatToken *Current = Line.First->Next; in calculateFormattingInformation() local 1474 FormatToken *Current = Line.Last; in calculateUnbreakableTailLengths() local
|
H A D | TokenAnnotator.h | 53 FormatToken *Current = First; in AnnotatedLine() local
|
H A D | UnwrappedLineFormatter.cpp | 608 StateNode *Current) { in reconstructPath()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | ManagedStringPool.h | 32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() local 34 delete *Current; in ~ManagedStringPool() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | edit_distance.h | 66 unsigned *Current = Previous + (n + 1); variable
|
H A D | ImmutableSet.h | 706 TreeTy* Current = reinterpret_cast<TreeTy*>(stack.back() & ~Flags); variable 732 TreeTy* Current = reinterpret_cast<TreeTy*>(stack.back() & ~Flags); variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Use.cpp | 95 const Use *Current = this; in getImpliedUser() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | AttrIterator.h | 58 mutable Iterator Current; variable
|
H A D | DeclBase.h | 737 Decl *Current; variable 1285 Decl *Current; variable 1348 DeclContext::decl_iterator Current; variable 1423 DeclContext::decl_iterator Current; variable
|
H A D | Redeclarable.h | 176 decl_type *Current; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Option/ |
H A D | ArgList.h | 31 SmallVectorImpl<Arg*>::const_iterator Current; variable 58 : Current(it), Args(_Args), Id0(_Id0), Id1(_Id1), Id2(_Id2) { in Current() function
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | constructor-initializer.cpp | 89 struct Current : Derived { struct 91 …Current() : Derived(1), ::Derived(), // expected-warning {{field 'Derived' will be initialized aft… in Current() argument
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
H A D | SymbolicFile.h | 49 content_type Current; variable
|
H A D | MachO.h | 84 const uint8_t *Current; member
|
H A D | ELF.h | 121 const char *Current; variable 227 ArchivePointerTypeTraits<const char> > Current; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | Module.cpp | 79 for (const Module *Current = this; Current; Current = Current->Parent) { in isAvailable() local 175 Module *Current = Stack.back(); in markUnavailable() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 215 virtual const T* Current() const { return &value_; } in Current() function 309 virtual const T* Current() const { in Current() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | InterferenceCache.h | 173 BlockInterference *Current; variable
|
H A D | PostRASchedulerList.cpp | 325 MachineBasicBlock::iterator Current = MBB->end(); in runOnMachineFunction() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
H A D | CommentHandlerTest.cpp | 91 CommentList::const_iterator Current; member in clang::CommentVerifier
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 170 auto Current = CurrentTCIndex; in peekNextCorrection() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | StratifiedSets.h | 519 auto *Current = Start; in linksAt() local 616 auto *Current = Lower; in tryMergeUpwards() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/Core/ |
H A D | Replacement.cpp | 207 Range Current(Replaces[i].getOffset(), Replaces[i].getLength()); in deduplicate() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 2786 for (LocalInstantiationScope *Current = this; Current; in findInstantiationOf() local 2828 LocalInstantiationScope *Current = this; in InstantiatedLocal() local 2853 for (LocalInstantiationScope *Current = this; in MakeInstantiatedLocalArgPack() local 2887 for (const LocalInstantiationScope *Current = this; Current; in getPartiallySubstitutedPack() local
|