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.cpp155 char EndCond; in getRawName() local
165 EndCond = ' '; in getRawName()
167 EndCond = ' '; in getRawName()
169 EndCond = '/'; in getRawName()
171 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">;