reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 3560   LabelDecl *LookupOrCreateLabel(IdentifierInfo *II, SourceLocation IdentLoc,

References

tools/clang/lib/Parse/ParseExpr.cpp
 1222     LabelDecl *LD = Actions.LookupOrCreateLabel(Tok.getIdentifierInfo(),
tools/clang/lib/Parse/ParseStmt.cpp
  652   LabelDecl *LD = Actions.LookupOrCreateLabel(IdentTok.getIdentifierInfo(),
 1047       DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc));
 1958     LabelDecl *LD = Actions.LookupOrCreateLabel(Tok.getIdentifierInfo(),
tools/clang/lib/Parse/ParseStmtAsm.cpp
  839       LabelDecl *LD = Actions.LookupOrCreateLabel(Tok.getIdentifierInfo(),
tools/clang/lib/Sema/SemaStmtAsm.cpp
  896   LabelDecl* Label = LookupOrCreateLabel(PP.getIdentifierInfo(ExternalLabelName),