Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h86 IsEditorPlaceholder = 0x400, // This identifier is a placeholder. enumerator
310 bool isEditorPlaceholder() const { return getFlag(IsEditorPlaceholder); } in isEditorPlaceholder()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2978 Result.setFlag(Token::IsEditorPlaceholder); in lexEditorPlaceholder()