OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeAnnotation
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Parse/
ParseDeclCXX.cpp
719
ParsedType Type =
getTypeAnnotation
(Tok);
772
ParsedType Type =
getTypeAnnotation
(Tok);
[
all
...]
ParseExprCXX.cpp
[
all
...]
ParseDecl.cpp
[
all
...]
ParseExpr.cpp
[
all
...]
ParseObjc.cpp
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
490
///
getTypeAnnotation
- Read a parsed type out of an annotation token.
491
static ParsedType
getTypeAnnotation
(Token &Tok) {
[
all
...]
Completed in 26 milliseconds