OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEditorPlaceholder
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Token.h
86
IsEditorPlaceholder
= 0x400, // This identifier is a placeholder.
310
bool
isEditorPlaceholder
() const { return getFlag(
IsEditorPlaceholder
); }
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h
390
bool
isEditorPlaceholder
() const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp
489
if (IdInfo.Identifier->
isEditorPlaceholder
())
SemaDecl.cpp
665
if (II->
isEditorPlaceholder
())
SemaExpr.cpp
2439
if (II && II->
isEditorPlaceholder
()) {
/src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp
967
if (Tok.
isEditorPlaceholder
()) {
1900
if (Tok.
isEditorPlaceholder
())
Completed in 88 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026