Navigation
index
modules
|
clang 20.1.5 documentation
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
W
A
access_specifier (clang.cindex.Cursor property)
AccessSpecifier (class in clang.cindex)
argument_types() (clang.cindex.Type method)
arguments (clang.cindex.CompileCommand property)
availability (clang.cindex.Cursor property)
AvailabilityKind (class in clang.cindex)
B
binary_operator (clang.cindex.Cursor property)
BinaryOperator (class in clang.cindex)
brief_comment (clang.cindex.Cursor property)
C
canonical (clang.cindex.Cursor property)
category_name (clang.cindex.Diagnostic property)
category_number (clang.cindex.Diagnostic property)
clang
module
clang.cindex
module
codeComplete() (clang.cindex.TranslationUnit method)
CodeCompletionResults (class in clang.cindex)
column (clang.cindex.SourceLocation property)
CompilationDatabase (class in clang.cindex)
CompileCommand (class in clang.cindex)
CompileCommands (class in clang.cindex)
create() (clang.cindex.Index static method)
(clang.cindex.PrintingPolicy static method)
cursor (clang.cindex.Token property)
(clang.cindex.TranslationUnit property)
Cursor (class in clang.cindex)
CursorKind (class in clang.cindex)
D
Diagnostic (class in clang.cindex)
diagnostics (clang.cindex.TranslationUnit property)
directory (clang.cindex.CompileCommand property)
disable_option (clang.cindex.Diagnostic property)
displayname (clang.cindex.Cursor property)
E
element_count (clang.cindex.Type property)
element_type (clang.cindex.Type property)
end (clang.cindex.SourceRange property)
enum_type (clang.cindex.Cursor property)
enum_value (clang.cindex.Cursor property)
exception_specification_kind (clang.cindex.Cursor property)
ExceptionSpecificationKind (class in clang.cindex)
extent (clang.cindex.Cursor property)
(clang.cindex.Token property)
F
file (clang.cindex.SourceLocation property)
File (class in clang.cindex)
filename (clang.cindex.CompileCommand property)
FixIt (class in clang.cindex)
format() (clang.cindex.Diagnostic method)
from_ast_file() (clang.cindex.TranslationUnit class method)
from_name() (clang.cindex.File static method)
from_offset() (clang.cindex.SourceLocation static method)
from_position() (clang.cindex.SourceLocation static method)
from_source() (clang.cindex.TranslationUnit class method)
from_value() (clang.cindex.TokenKind class method)
fromDirectory() (clang.cindex.CompilationDatabase static method)
G
get_align() (clang.cindex.Type method)
get_all_kinds() (clang.cindex.CursorKind static method)
get_arguments() (clang.cindex.Cursor method)
get_array_element_type() (clang.cindex.Type method)
get_array_size() (clang.cindex.Type method)
get_base_offsetof() (clang.cindex.Cursor method)
get_bases() (clang.cindex.Type method)
get_bitfield_width() (clang.cindex.Cursor method)
get_canonical() (clang.cindex.Type method)
get_children() (clang.cindex.Cursor method)
get_class_type() (clang.cindex.Type method)
get_declaration() (clang.cindex.Type method)
get_definition() (clang.cindex.Cursor method)
get_exception_specification_kind() (clang.cindex.Type method)
get_extent() (clang.cindex.TranslationUnit method)
get_field_offsetof() (clang.cindex.Cursor method)
get_fields() (clang.cindex.Type method)
get_file() (clang.cindex.TranslationUnit method)
get_included_file() (clang.cindex.Cursor method)
get_includes() (clang.cindex.TranslationUnit method)
get_location() (clang.cindex.TranslationUnit method)
get_named_type() (clang.cindex.Type method)
get_num_template_arguments() (clang.cindex.Cursor method)
get_offset() (clang.cindex.Type method)
get_pointee() (clang.cindex.Type method)
get_property() (clang.cindex.PrintingPolicy method)
get_ref_qualifier() (clang.cindex.Type method)
get_result() (clang.cindex.Type method)
get_size() (clang.cindex.Type method)
get_template_argument_kind() (clang.cindex.Cursor method)
get_template_argument_type() (clang.cindex.Cursor method)
get_template_argument_unsigned_value() (clang.cindex.Cursor method)
get_template_argument_value() (clang.cindex.Cursor method)
get_tokens() (clang.cindex.Cursor method)
(clang.cindex.TranslationUnit method)
get_usr() (clang.cindex.Cursor method)
getAllCompileCommands() (clang.cindex.CompilationDatabase method)
getCompileCommands() (clang.cindex.CompilationDatabase method)
H
hash (clang.cindex.Cursor property)
I
Index (class in clang.cindex)
is_abstract_record() (clang.cindex.Cursor method)
is_anonymous() (clang.cindex.Cursor method)
is_anonymous_record_decl() (clang.cindex.Cursor method)
is_attribute() (clang.cindex.CursorKind method)
is_bitfield() (clang.cindex.Cursor method)
is_const_method() (clang.cindex.Cursor method)
is_const_qualified() (clang.cindex.Type method)
is_converting_constructor() (clang.cindex.Cursor method)
is_copy_assignment_operator_method() (clang.cindex.Cursor method)
is_copy_constructor() (clang.cindex.Cursor method)
is_declaration() (clang.cindex.CursorKind method)
is_default_constructor() (clang.cindex.Cursor method)
is_default_method() (clang.cindex.Cursor method)
is_definition() (clang.cindex.Cursor method)
is_deleted_method() (clang.cindex.Cursor method)
is_explicit_method() (clang.cindex.Cursor method)
is_expression() (clang.cindex.CursorKind method)
is_function_variadic() (clang.cindex.Type method)
is_in_system_header (clang.cindex.SourceLocation property)
is_invalid() (clang.cindex.CursorKind method)
is_move_assignment_operator_method() (clang.cindex.Cursor method)
is_move_constructor() (clang.cindex.Cursor method)
is_mutable_field() (clang.cindex.Cursor method)
is_pod() (clang.cindex.Type method)
is_preprocessing() (clang.cindex.CursorKind method)
is_pure_virtual_method() (clang.cindex.Cursor method)
is_reference() (clang.cindex.CursorKind method)
is_restrict_qualified() (clang.cindex.Type method)
is_scoped_enum() (clang.cindex.Cursor method)
is_statement() (clang.cindex.CursorKind method)
is_static_method() (clang.cindex.Cursor method)
is_translation_unit() (clang.cindex.CursorKind method)
is_unexposed() (clang.cindex.CursorKind method)
is_virtual_base() (clang.cindex.Cursor method)
is_virtual_method() (clang.cindex.Cursor method)
is_volatile_qualified() (clang.cindex.Type method)
K
kind (clang.cindex.Cursor property)
(clang.cindex.Token property)
(clang.cindex.Type property)
L
lexical_parent (clang.cindex.Cursor property)
line (clang.cindex.SourceLocation property)
linkage (clang.cindex.Cursor property)
LinkageKind (class in clang.cindex)
location (clang.cindex.Cursor property)
(clang.cindex.Token property)
M
mangled_name (clang.cindex.Cursor property)
module
clang
clang.cindex
N
name (clang.cindex.File property)
O
objc_type_encoding (clang.cindex.Cursor property)
offset (clang.cindex.SourceLocation property)
option (clang.cindex.Diagnostic property)
P
parse() (clang.cindex.Index method)
pretty_printed() (clang.cindex.Cursor method)
(clang.cindex.Type method)
PrintingPolicy (class in clang.cindex)
PrintingPolicyProperty (class in clang.cindex)
R
raw_comment (clang.cindex.Cursor property)
read() (clang.cindex.Index method)
referenced (clang.cindex.Cursor property)
RefQualifierKind (class in clang.cindex)
reparse() (clang.cindex.TranslationUnit method)
result_type (clang.cindex.Cursor property)
S
save() (clang.cindex.TranslationUnit method)
semantic_parent (clang.cindex.Cursor property)
set_property() (clang.cindex.PrintingPolicy method)
SourceLocation (class in clang.cindex)
SourceRange (class in clang.cindex)
spelling (clang.cindex.Cursor property)
(clang.cindex.Token property)
(clang.cindex.TranslationUnit property)
(clang.cindex.Type property)
(clang.cindex.TypeKind property)
start (clang.cindex.SourceRange property)
storage_class (clang.cindex.Cursor property)
StorageClass (class in clang.cindex)
T
TemplateArgumentKind (class in clang.cindex)
time (clang.cindex.File property)
tls_kind (clang.cindex.Cursor property)
TLSKind (class in clang.cindex)
Token (class in clang.cindex)
TokenKind (class in clang.cindex)
translation_unit (clang.cindex.Cursor property)
(clang.cindex.Type property)
TranslationUnit (class in clang.cindex)
TranslationUnitLoadError
type (clang.cindex.Cursor property)
Type (class in clang.cindex)
TypeKind (class in clang.cindex)
U
underlying_typedef_type (clang.cindex.Cursor property)
W
walk_preorder() (clang.cindex.Cursor method)
Quick search
Navigation
index
modules
|
clang 20.1.5 documentation
»
Index