HomeSort by relevance Sort by last modified time
    Searched refs:ColonColonLoc (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/AST/
NestedNameSpecifier.h 368 /// \param ColonColonLoc The location of the trailing '::'.
370 SourceLocation ColonColonLoc);
382 /// \param ColonColonLoc The location of the trailing '::'.
384 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
396 /// \param ColonColonLoc The location of the trailing '::'.
398 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
411 /// \param ColonColonLoc The location of the trailing '::'.
413 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
417 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
ExprCXX.h     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 503 SourceLocation ColonColonLoc) {
510 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
516 SourceLocation ColonColonLoc) {
522 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
528 SourceLocation ColonColonLoc) {
534 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
540 SourceLocation ColonColonLoc) {
545 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
549 SourceLocation ColonColonLoc) {
554 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity)
    [all...]
ExprCXX.cpp 178 SourceLocation ColonColonLoc, SourceLocation TildeLoc,
209 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc),
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 55 TypeLoc TL, SourceLocation ColonColonLoc) {
56 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
59 Range.setEnd(ColonColonLoc);
67 SourceLocation ColonColonLoc) {
68 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
72 Range.setEnd(ColonColonLoc);
80 SourceLocation ColonColonLoc) {
81 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
85 Range.setEnd(ColonColonLoc);
93 SourceLocation ColonColonLoc) {
    [all...]
SemaCXXScopeSpec.cpp 710 SourceLocation ColonColonLoc) {
727 ColonColonLoc);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 93 /// \param ColonColonLoc The location of the trailing '::'.
95 SourceLocation ColonColonLoc);
107 /// \param ColonColonLoc The location of the trailing '::'.
109 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
121 /// \param ColonColonLoc The location of the trailing '::'.
123 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
136 /// \param ColonColonLoc The location of the trailing '::'.
138 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
142 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
    [all...]
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTReaderStmt.cpp     [all...]

Completed in 87 milliseconds