Home
last modified time | relevance | path

Searched defs:Current (Results 1 – 25 of 54) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp48 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 DTokenAnnotator.cpp355 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 DTokenAnnotator.h53 FormatToken *Current = First; in AnnotatedLine() local
H A DUnwrappedLineFormatter.cpp608 StateNode *Current) { in reconstructPath()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h32 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 Dedit_distance.h66 unsigned *Current = Previous + (n + 1); variable
H A DImmutableSet.h706 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 DUse.cpp95 const Use *Current = this; in getImpliedUser() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAttrIterator.h58 mutable Iterator Current; variable
H A DDeclBase.h737 Decl *Current; variable
1285 Decl *Current; variable
1348 DeclContext::decl_iterator Current; variable
1423 DeclContext::decl_iterator Current; variable
H A DRedeclarable.h176 decl_type *Current; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Option/
H A DArgList.h31 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 Dconstructor-initializer.cpp89 struct Current : Derived { struct
91Current() : 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 DSymbolicFile.h49 content_type Current; variable
H A DMachO.h84 const uint8_t *Current; member
H A DELF.h121 const char *Current; variable
227 ArchivePointerTypeTraits<const char> > Current; variable
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DModule.cpp79 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 Dgtest-param-util.h215 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 DInterferenceCache.h173 BlockInterference *Current; variable
H A DPostRASchedulerList.cpp325 MachineBasicBlock::iterator Current = MBB->end(); in runOnMachineFunction() local
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp91 CommentList::const_iterator Current; member in clang::CommentVerifier
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h170 auto Current = CurrentTCIndex; in peekNextCorrection() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h519 auto *Current = Start; in linksAt() local
616 auto *Current = Lower; in tryMergeUpwards() local
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp207 Range Current(Replaces[i].getOffset(), Replaces[i].getLength()); in deduplicate() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2786 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

123