OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAnnotation
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
TokenKinds.cpp
49
bool tok::
isAnnotation
(TokenKind Kind) {
TokenKinds.cpp
49
bool tok::
isAnnotation
(TokenKind Kind) {
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Token.h
56
/// Annotations (resolved type names, C++ scopes, etc):
isAnnotation
().
120
bool
isAnnotation
() const {
121
return tok::
isAnnotation
(getKind());
130
assert(!
isAnnotation
() && "Annotation tokens have no length field");
136
assert(!
isAnnotation
() && "Annotation tokens have no length field");
141
assert(
isAnnotation
() && "Used AnnotEndLocID on non-annotation token");
145
assert(
isAnnotation
() && "Used AnnotEndLocID on non-annotation token");
150
return
isAnnotation
() ? getAnnotationEndLoc() : getLocation();
154
return
isAnnotation
() ? getAnnotationEndLoc()
182
assert(!
isAnnotation
() &
[
all
...]
Token.h
56
/// Annotations (resolved type names, C++ scopes, etc):
isAnnotation
().
120
bool
isAnnotation
() const {
121
return tok::
isAnnotation
(getKind());
130
assert(!
isAnnotation
() && "Annotation tokens have no length field");
136
assert(!
isAnnotation
() && "Annotation tokens have no length field");
141
assert(
isAnnotation
() && "Used AnnotEndLocID on non-annotation token");
145
assert(
isAnnotation
() && "Used AnnotEndLocID on non-annotation token");
150
return
isAnnotation
() ? getAnnotationEndLoc() : getLocation();
154
return
isAnnotation
() ? getAnnotationEndLoc()
182
assert(!
isAnnotation
() &
[
all
...]
Completed in 68 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026