_file | CPPIdentifier | |
_names | CPPIdentifier | |
_native_scope | CPPIdentifier | |
add_name(const string &name) | CPPIdentifier | |
add_name(const CPPNameComponent &name) | CPPIdentifier | |
CPPIdentifier(const string &name, const CPPFile &file=CPPFile()) | CPPIdentifier | |
CPPIdentifier(const CPPNameComponent &name) | CPPIdentifier | |
find_scope(CPPScope *current_scope, CPPScope *global_scope, CPPPreprocessor *error_sink=NULL) const | CPPIdentifier | |
find_symbol(CPPScope *current_scope, CPPScope *global_scope, CPPPreprocessor *error_sink=NULL) const | CPPIdentifier | |
find_template(CPPScope *current_scope, CPPScope *global_scope, CPPPreprocessor *error_sink=NULL) const | CPPIdentifier | |
find_type(CPPScope *current_scope, CPPScope *global_scope, bool force_instantiate=false, CPPPreprocessor *error_sink=NULL) const | CPPIdentifier | |
find_type(CPPScope *current_scope, CPPScope *global_scope, CPPDeclaration::SubstDecl &subst, CPPPreprocessor *error_sink=NULL) const | CPPIdentifier | |
get_fully_scoped_name() const | CPPIdentifier | |
get_local_name(CPPScope *scope=NULL) const | CPPIdentifier | |
get_scope(CPPScope *current_scope, CPPScope *global_scope, CPPPreprocessor *error_sink=NULL) const | CPPIdentifier | |
get_scope(CPPScope *current_scope, CPPScope *global_scope, CPPDeclaration::SubstDecl &subst, CPPPreprocessor *error_sink=NULL) const | CPPIdentifier | |
get_simple_name() const | CPPIdentifier | |
is_fully_specified() const | CPPIdentifier | |
is_scoped() const | CPPIdentifier | |
is_tbd() const | CPPIdentifier | |
Names typedef | CPPIdentifier | |
operator!=(const CPPIdentifier &other) const | CPPIdentifier | |
operator<(const CPPIdentifier &other) const | CPPIdentifier | |
operator==(const CPPIdentifier &other) const | CPPIdentifier | |
output(ostream &out, CPPScope *scope) const | CPPIdentifier | |
output_fully_scoped_name(ostream &out) const | CPPIdentifier | |
output_local_name(ostream &out, CPPScope *scope) const | CPPIdentifier | |
substitute_decl(CPPDeclaration::SubstDecl &subst, CPPScope *current_scope, CPPScope *global_scope) | CPPIdentifier | |