Home
last modified time | relevance | path

Searched refs:getBridgeKeywordLoc (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1670 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; } in getBridgeKeywordLoc() function
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1034 Record.AddSourceLocation(E->getBridgeKeywordLoc()); in VisitObjCBridgedCastExpr()
/src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7960 ExpectedSLoc ToBridgeKeywordLocOrErr = import(OCE->getBridgeKeywordLoc()); in VisitExplicitCastExpr()
/src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15613 E->getLParenLoc(), E->getBridgeKind(), E->getBridgeKeywordLoc(), TSInfo, in TransformObjCBridgedCastExpr()