Home
last modified time | relevance | path

Searched refs:TargetFile (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp40 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() argument
47 TargetFile(TargetFile), Context(Context) { in ASTSelectionFinder()
92 if (SM.getFileID(FileLoc) != TargetFile) in TraverseDecl()
171 FileID TargetFile; member in __anonf79359760111::ASTSelectionFinder
189 FileID TargetFile = in findSelectedASTNodes() local
192 TargetFile && in findSelectedASTNodes()
195 ASTSelectionFinder Visitor(SelectionRange, TargetFile, Context); in findSelectedASTNodes()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp66 FileID TargetFile, in spelledForExpandedSlow() argument
75 assert(SM.getSLocEntry(TargetFile).isFile()); in spelledForExpandedSlow()
105 if (ExpFileID == TargetFile) in spelledForExpandedSlow()
120 if (Candidate.isInvalid() || DecFirst.first != TargetFile || in spelledForExpandedSlow()
121 DecLast.first != TargetFile) in spelledForExpandedSlow()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h70 TargetFile, enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp178 Entry::DefinitionWithChildren("file", EntryType::TargetFile,
369 ENUM_TO_CSTR(TargetFile); in TypeToCString()
1608 case Entry::Type::TargetFile: in Format()