Home
last modified time | relevance | path

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

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