Home
last modified time | relevance | path

Searched refs:isEditorPlaceholder (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h322 bool isEditorPlaceholder() const { return getFlag(IsEditorPlaceholder); } in isEditorPlaceholder() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h546 bool isEditorPlaceholder() const { in isEditorPlaceholder() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp409 if (IdInfo.Identifier->isEditorPlaceholder()) in BuildCXXNestedNameSpecifier()
H A DSemaDecl.cpp703 if (II->isEditorPlaceholder()) in DiagnoseUnknownTypeName()
H A DSemaExpr.cpp2740 if (II && II->isEditorPlaceholder()) { in ActOnIdExpression()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1022 if (Tok.isEditorPlaceholder()) { in ParseExternalDeclaration()
1949 if (Tok.isEditorPlaceholder()) in TryAnnotateTypeOrScopeToken()