OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValueDecl
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
Decl.h
527
///
ValueDecl
- Represent the declaration of a variable (in which case it is
530
class
ValueDecl
: public NamedDecl {
535
ValueDecl
(Kind DK, DeclContext *DC, SourceLocation L,
584
/// \brief Represents a
ValueDecl
that came out of a declarator.
586
class DeclaratorDecl : public
ValueDecl
{
607
:
ValueDecl
(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
[
all
...]
/external/clang/test/Misc/
diag-template-diffing.cpp
[
all
...]
Completed in 62 milliseconds