Home
last modified time | relevance | path

Searched refs:EndCond (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp156 char EndCond; in getRawName() local
166 EndCond = ' '; in getRawName()
168 EndCond = ' '; in getRawName()
170 EndCond = '/'; in getRawName()
172 StringRef(ArMemHdr->Name, sizeof(ArMemHdr->Name)).find(EndCond); in getRawName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td293 def EndCond : VerbatimLineCommand<"endcond">;