Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DToken.h310 bool isEditorPlaceholder() const { return getFlag(IsEditorPlaceholder); } in isEditorPlaceholder() function
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h382 bool isEditorPlaceholder() const { in isEditorPlaceholder() function
/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp489 if (IdInfo.Identifier->isEditorPlaceholder()) in BuildCXXNestedNameSpecifier()
DSemaDecl.cpp667 if (II->isEditorPlaceholder()) in DiagnoseUnknownTypeName()
DSemaExpr.cpp2442 if (II && II->isEditorPlaceholder()) { in ActOnIdExpression()
/external/llvm-project/clang/lib/Parse/
DParser.cpp965 if (Tok.isEditorPlaceholder()) { in ParseExternalDeclaration()
1890 if (Tok.isEditorPlaceholder()) in TryAnnotateTypeOrScopeToken()